KubeMQ
To setup KubeMQ pub/sub, create a component of type . See on how to create and apply a pub/sub configuration.
Spec metadata fields
- Obtain KubeMQ Key by visiting https://account.kubemq.io/login/register and register for a key.
- Wait for an email confirmation with your Key
You can run a KubeMQ broker with Docker:
docker run -d -p 8080:8080 -p 50000:50000 -p 9090:9090 -e KUBEMQ_TOKEN=<your-key> kubemq/kubemq
- Obtain KubeMQ Key by visiting and register for a key.
Then Run the following kubectl commands:
kubectl apply -f https://deploy.kubemq.io/key/<your-key>
Install KubeMQ CLI
Go to and download the latest version of the CLI.
With KubeMQCTL installed, run the following command:
Or, with kubectl installed, run port-forward command:
kubectl port-forward svc/kubemq-cluster-api -n kubemq 8080:8080
KubeMQ Documentation
- Read this guide for instructions on configuring pub/sub components