#How does Supervised... work? addons focused

1 messages · Page 1 of 1 (latest)

dark void
#

This is a potentially very broad question, but I was failing to find information and would love some pointing at resources or similar please!

Essentially, it seems that supervised runs independent of the container(s) and does... some stuff, most importantly to me at the moment, setting up the ingress-proxy. My questions are:

  • What level of control does supervised need? What actions is it performing? Is it performing in-container actions, or is it performing docker level management actions?
  • How do addons and homeassistant communicate with supervised or vice versa?
  • Is there another feature that addons utilize from supervised that I'm going to find myself kicking myself about soon?

I'm trying to translate addons to work as additional pods in a kubernetes container, but the limitation of how they can be exposed is proving to be the biggest hurdle right now. I know I can implement a side-proxy and mount that, but if I could make supervised work through some aggressive black magic, that would be even cooler.

dark void
#

Okay, figured out what I was looking for 🕵️