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

    1. Obtain KubeMQ Key by visiting https://account.kubemq.io/login/register and register for a key.
    2. Wait for an email confirmation with your Key

    You can run a KubeMQ broker with Docker:

    1. docker run -d -p 8080:8080 -p 50000:50000 -p 9090:9090 -e KUBEMQ_TOKEN=<your-key> kubemq/kubemq
    1. Obtain KubeMQ Key by visiting and register for a key.

    Then Run the following kubectl commands:

    1. 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:

    1. kubectl port-forward svc/kubemq-cluster-api -n kubemq 8080:8080

    KubeMQ Documentation

    • Read this guide for instructions on configuring pub/sub components