mirror of https://github.com/dapr/docs.git
pub-sub
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
bd30cd2c8b
commit
b78063f2ee
|
@ -45,7 +45,7 @@ spec:
|
||||||
{{< tabs "Self-Hosted" "Kubernetes">}}
|
{{< tabs "Self-Hosted" "Kubernetes">}}
|
||||||
|
|
||||||
{{% codetab %}}
|
{{% codetab %}}
|
||||||
1. Obtain KubeMQ Key by visiting [https://account.kubemq.io/auth/signup](https://account.kubemq.io/auth/signup) and register for a key.
|
1. [Obtain KubeMQ Key](https://docs.kubemq.io/getting-started/quick-start#obtain-kubemq-license-key).
|
||||||
2. Wait for an email confirmation with your Key
|
2. Wait for an email confirmation with your Key
|
||||||
|
|
||||||
You can run a KubeMQ broker with Docker:
|
You can run a KubeMQ broker with Docker:
|
||||||
|
@ -58,7 +58,7 @@ You can then interact with the server using the client port: `localhost:50000`
|
||||||
{{% /codetab %}}
|
{{% /codetab %}}
|
||||||
|
|
||||||
{{% codetab %}}
|
{{% codetab %}}
|
||||||
1. Obtain KubeMQ Key by visiting [https://account.kubemq.io/auth/signup](https://account.kubemq.io/auth/signup) and register for a key.
|
1. [Obtain KubeMQ Key](https://docs.kubemq.io/getting-started/quick-start#obtain-kubemq-license-key).
|
||||||
2. Wait for an email confirmation with your Key
|
2. Wait for an email confirmation with your Key
|
||||||
|
|
||||||
Then Run the following kubectl commands:
|
Then Run the following kubectl commands:
|
||||||
|
|
Loading…
Reference in New Issue