Anyone run Home Assistant on <#C037GR3TNH5|kuberne...
# kubernetes
m
Anyone run Home Assistant on #kubernetes?
a
I use it with K3s, but already thinking about coming back to a docker installation
Some problems with Tasmota devices that disappear at some time when mosquitto broker is in k8s
also some problems with tts services, and google cast services as mdns doens't work
For k8s I use k3s with a 3 nodes setup
Also I used what's up docker to know if there were new versions, in k8s I thought in diun as an alternative, although mqtt messages arrive, I have been unable to integrate them with home assistant
y
I use https://github.com/k8snetworkplumbingwg/multus-cni to assign an IP address from my lan to the Home Assistant pod to get mdns to work. There is a Discord server about running k8s stuff at home https://k8s-at-home.com/
a
Interesting! What do you use to be aware of new container versions? do you use diun?
y
I use ArgoCD to deploy stuff and Renovate https://www.mend.io/free-developer-tools/renovate/ to update Helm Charts / Docker Images
121 Views