Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.