Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions pages/clustering/high-availability/setup-ha-cluster-k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,9 @@ For coordinators, there is an additional option of using `CommonLoadBalancer`.
In this scenario, there is one load balancer sitting in front of coordinators.
You can save the cost of two load balancers compared to `LoadBalancer` option
since usually you don't need to distinguish specific coordinators while using
Memgraph capabilities. The default Bolt port is opened on 7687 but you can
change it by setting `ports.boltPort`.
Memgraph capabilities. Note that if you will be connecting to the coordinator directly for some reason (e.g to run `show instances` query),
you can run `show instance` query to see which coordinator you got routed to.
The default Bolt port is opened on 7687 but you can change it by setting `ports.boltPort`.

For more detailed IngressNginx setup, see [Using Memgraph HA chart with
IngressNginx](#use-memgraph-ha-chart-with-ingressnginx).
Expand Down