-
Notifications
You must be signed in to change notification settings - Fork 15.3k
Hugo website - Remove reference to GKE #8262
Copy link
Copy link
Closed
Milestone
Description
In the Concepts -> Kubernetes Architecture -> Master/Node communication section there is a reference to GKE that seems to be misplaced.
SSH Tunnels
Google Kubernetes Engine uses SSH tunnels to protect the Master -> Cluster communication paths. In this configuration, the apiserver initiates an SSH tunnel to each node in the cluster (connecting to the ssh server listening on port 22) and passes all traffic destined for a kubelet, node, pod, or service through the tunnel. This tunnel ensures that the traffic is not exposed outside of the private GCE network in which the cluster is running.
This section could be useful, but likely should be more abstract referencing an ability to leverage SSH tunnels.
- Feature Request
- Bug Report
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels