Skip to content

Commit 8f86bce

Browse files
authored
refine remote cluster connection modes refinement (#4134)
Small refinement to clarify when to use sniff mode and when to use proxy mode and reduce ambiguity.
1 parent 116b26f commit 8f86bce

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deploy-manage/remote-clusters/connection-modes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ Connection modes work independently of [security models](./security-models.md).
1919

2020
The choice between proxy and sniff mode depends on your network architecture and deployment type.
2121

22-
- **Self-managed clusters:** If direct connections on the publish addresses between {{es}} nodes in both clusters are possible, you can use sniff mode. If direct connectivity is difficult to implement—for example, when clusters are separated by NAT, firewalls, or containerized environments—you can place a reverse proxy or load balancer in front of the remote cluster and use proxy mode instead.
23-
24-
- **Managed environments ({{ece}}, {{ech}}, {{eck}}):** Direct node-to-node connectivity is generally not feasible, so these deployments always rely on the proxy connection mode.
22+
- **Self-managed clusters:** If the local cluster can reach the publish addresses of the remote cluster’s nodes, you can use sniff mode. If direct connectivity is difficult to implement—for example, when clusters are separated by NAT, firewalls, or in containerized environments—you can place a reverse proxy or load balancer in front of the remote cluster and use proxy mode instead.
23+
- **Managed environments ({{ece}}, {{ech}}, {{eck}}):** Because node publish addresses are not exposed externally in these platforms, they usually rely on the proxy connection mode when used as remote clusters.
2524

2625
The following sections describe each method in more detail.
2726

0 commit comments

Comments
 (0)