Skip to content

Commit

Permalink
Add NodePort services to the HazelcastEndpoints (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
semihbkgr authored Jan 29, 2024
1 parent 65db99b commit 926be00
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/modules/ROOT/pages/connect-outside-kubernetes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,12 @@ kubectl get hazelcastendpoint --selector="app.kubernetes.io/instance=hazelcast-s
----

```
NAME TYPE ADDRESS
hazelcast-sample Discovery 35.230.92.217:5701
NAME TYPE ADDRESS
hazelcast-sample Discovery 35.238.20.134:5701
hazelcast-sample-0 Member 34.122.120.18:30108
hazelcast-sample-1 Member 34.27.85.200:32012
hazelcast-sample-2 Member 34.173.81.209:30512
hazelcast-sample-wan WAN 35.238.20.134:5710
```

Smart clients can use the external IP of the load balancer to connect to the cluster.
Expand Down

0 comments on commit 926be00

Please sign in to comment.