https://platformengineering.org logo
Title
m

Mark Eschbach

12/28/2022, 4:10 AM
Anyone run Home Assistant on #kubernetes?
a

Agus

12/28/2022, 2:02 PM
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

yoo

12/31/2022, 12:34 PM
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

Agus

01/02/2023, 9:09 AM
Interesting! What do you use to be aware of new container versions? do you use diun?
y

yoo

01/02/2023, 9:54 AM
I use ArgoCD to deploy stuff and Renovate https://www.mend.io/free-developer-tools/renovate/ to update Helm Charts / Docker Images