Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felipejfc/emqtt-k8s
emqtt cluster on k8s with statefulsets and new emqtt ekka's cluster autodiscovery
https://github.com/felipejfc/emqtt-k8s
chat emqtt kubernetes mqtt
Last synced: about 2 months ago
JSON representation
emqtt cluster on k8s with statefulsets and new emqtt ekka's cluster autodiscovery
- Host: GitHub
- URL: https://github.com/felipejfc/emqtt-k8s
- Owner: felipejfc
- Created: 2017-07-30T05:16:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-30T05:21:38.000Z (over 7 years ago)
- Last Synced: 2023-05-14T03:50:18.931Z (over 1 year ago)
- Topics: chat, emqtt, kubernetes, mqtt
- Language: Shell
- Size: 5.86 KB
- Stars: 26
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
EMQTT-K8S
=========#### How to:
```
kubectl create namespace emqtt
kubectl apply -f emqtt.yaml
```done, you should now have a emqtt cluster of 2 nodes running on kubernetes, to verify:
```
kubectl port-forward -n emqtt emqtt-0 8080:18083
```on your browser enter ```http://localhost:8080``` to get into emqtt dashboard.