https://github.com/maximemoreillon/mosquitto-k8s
Manifest to deploy Mosquitto in Kubernetes
https://github.com/maximemoreillon/mosquitto-k8s
kubernetes mosquitto mqtt
Last synced: 2 months ago
JSON representation
Manifest to deploy Mosquitto in Kubernetes
- Host: GitHub
- URL: https://github.com/maximemoreillon/mosquitto-k8s
- Owner: maximemoreillon
- Created: 2022-07-15T23:31:37.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-17T07:52:45.000Z (over 2 years ago)
- Last Synced: 2025-07-20T03:38:32.003Z (3 months ago)
- Topics: kubernetes, mosquitto, mqtt
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mosquitto in Kubernetes
Deploying Mosquitto in Kuberentes
## Credentials
```
mosquitto_passwd -c ./mosquitto_passwd_output your_user
```Then copy the content of mosquitto_passwd_output in the corresponding configmap section of the K8s manifest.