Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hugo website - Remove reference to GKE #8262

Closed
1 of 2 tasks
clintkitson opened this issue May 1, 2018 · 0 comments
Closed
1 of 2 tasks

Hugo website - Remove reference to GKE #8262

clintkitson opened this issue May 1, 2018 · 0 comments
Assignees

Comments

@clintkitson
Copy link

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
@ryanmcginnis ryanmcginnis added this to the Hugo Migration milestone May 1, 2018
@jaredbhatti jaredbhatti self-assigned this May 6, 2018
justinsb added a commit to justinsb/website that referenced this issue Feb 11, 2019
* Removed reference to GKE, which seemed to prompt the initial removal.
* Fixed the link to refer back to the correct paragraph now that it exists again.
* Noted deprecation of SSH tunnels but work to create a replacement.

Fix kubernetes#8262

This reverts commit 1da6560.

This reverts commit b8b71b6.
k8s-ci-robot pushed a commit that referenced this issue Feb 28, 2019
* Fix SSH tunnel links

* Removed reference to GKE, which seemed to prompt the initial removal.
* Fixed the link to refer back to the correct paragraph now that it exists again.
* Noted deprecation of SSH tunnels but work to create a replacement.

Fix #8262

This reverts commit 1da6560.

This reverts commit b8b71b6.

* Update master-node-communication.md
kwiesmueller pushed a commit to kwiesmueller/website that referenced this issue Feb 28, 2019
* Fix SSH tunnel links

* Removed reference to GKE, which seemed to prompt the initial removal.
* Fixed the link to refer back to the correct paragraph now that it exists again.
* Noted deprecation of SSH tunnels but work to create a replacement.

Fix kubernetes#8262

This reverts commit 1da6560.

This reverts commit b8b71b6.

* Update master-node-communication.md
krmayankk pushed a commit to krmayankk/kubernetes.github.io that referenced this issue Mar 11, 2019
* Fix SSH tunnel links

* Removed reference to GKE, which seemed to prompt the initial removal.
* Fixed the link to refer back to the correct paragraph now that it exists again.
* Noted deprecation of SSH tunnels but work to create a replacement.

Fix kubernetes#8262

This reverts commit 1da6560.

This reverts commit b8b71b6.

* Update master-node-communication.md
yagonobre pushed a commit to yagonobre/website that referenced this issue Mar 14, 2019
* Fix SSH tunnel links

* Removed reference to GKE, which seemed to prompt the initial removal.
* Fixed the link to refer back to the correct paragraph now that it exists again.
* Noted deprecation of SSH tunnels but work to create a replacement.

Fix kubernetes#8262

This reverts commit 1da6560.

This reverts commit b8b71b6.

* Update master-node-communication.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants