You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/concepts/architecture/master-node-communication.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,13 +97,28 @@ public networks.
97
97
98
98
### SSH Tunnels
99
99
100
-
Kubernetes supports SSH tunnels to protect the Master -> Cluster communication
100
+
Kubernetes supports SSH tunnels to protect the Master → Cluster communication
101
101
paths. In this configuration, the apiserver initiates an SSH tunnel to each node
102
102
in the cluster (connecting to the ssh server listening on port 22) and passes
103
103
all traffic destined for a kubelet, node, pod, or service through the tunnel.
104
104
This tunnel ensures that the traffic is not exposed outside of the network in
105
105
which the nodes are running.
106
106
107
-
SSH tunnels are currently deprecated so you shouldn't opt to use them unless you know what you are doing. A replacement for this communication channel is being designed.
107
+
SSH tunnels are currently deprecated so you shouldn't opt to use them unless you
108
+
know what you are doing. The Konnectivity service is a replacement for this
0 commit comments