I made a helm chart for running Eclipse Mosquitto in a k8s cluster for my Home Assistant and wrote a blog post showing how to configure and install it.
https://unixorn.github.io/post/homelab/k8s/06-install-mqtt/
#k8s #homelab #homeassistant #mqtt #mosquitto #helm @homeassistant @homelab #selfhosting #iot
Install MQTT into k8s
Now that the cluster is up and has Argo CD controlling application deployment, I’m starting to move my homelab services out of docker-compose stacks and into my k8s cluster. I run MQTT (Eclipse Mosquitto in my case) as a message bus between zigbee2mqtt and zwave-js-ui and Home Assistant, so it’s the first service I’m moving into the k8s cluster.


