From 21c8ed936d25cda3c1476635d88b1a8f98c75941 Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Thu, 7 May 2020 09:38:38 -0700 Subject: [PATCH] Update super-cluster-on-digital-ocean.md --- nats-on-kubernetes/super-cluster-on-digital-ocean.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nats-on-kubernetes/super-cluster-on-digital-ocean.md b/nats-on-kubernetes/super-cluster-on-digital-ocean.md index dd90f99..ffd226e 100644 --- a/nats-on-kubernetes/super-cluster-on-digital-ocean.md +++ b/nats-on-kubernetes/super-cluster-on-digital-ocean.md @@ -94,5 +94,9 @@ nats-box:~# nats-sub -s nats hello # Send messages from San Francisco region nats-box:~# kubectl --context do-sfo2-nats-k8s-sfo2 exec -it nats-box -- /bin/sh -l nats-box:~# nats-pub -s nats hello 'Hello World!' + +# From outside of k8s can use the external IPs +$ nats-sub -s 142.93.251.181 hello +$ nats-pub -s 161.35.2.153 hello 'Hello World!' ```