Remove GKE specific content from this page (#8372)

https://github.com/kubernetes/website/issues/8262
This commit is contained in:
Jared
2018-05-17 16:44:50 -07:00
committed by k8s-ci-robot
parent 09e7d47a03
commit 1da65603af
@@ -90,12 +90,3 @@ connection will be encrypted, it will not provide any guarantees of integrity.
These connections **are not currently safe** to run over untrusted and/or
public networks.
### SSH Tunnels
[Google Kubernetes Engine](https://cloud.google.com/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.