An open API service indexing awesome lists of open source software.

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

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.