MQTT server #37
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Smart lights (arrived) need an MQTT server to connect to (would very much prefer something up at time of installation), please deploy.
https://mosquitto.org/ for example.
@lauri said that we already have rabbitmq running somehwere and it can work as mqtt server
Is it 'can work' (checkbox) or a nuisance and maintenance (multi-dependant migrations anyone?) nightmare?
None of us certainly knows :)
It's first party plugin, so maybe no nightmares https://www.rabbitmq.com/docs/mqtt
I started using it for Frigate, no consumers yet but it seems to be happy publishing there.
Create a cluster for your purpose using the CRD: https://git.k-space.ee/k-space/kube/src/branch/master/frigate/rabbitmq.yml
It's quite default, use LB service if you need outside access. The operator will generate you a secret with default "admin" login.
Client config: https://git.k-space.ee/k-space/kube/src/branch/master/frigate/values.yaml#L53