Skip to content

Hugo website - Remove reference to GKE #8262

@clintkitson

Description

@clintkitson

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions