Skip to content

Commit

Permalink
Merge pull request #1 from jumpkick/jumpkick-network-security-warning…
Browse files Browse the repository at this point in the history
…-rebase

Add security warning: services will bind public IP
  • Loading branch information
deftdawg committed May 10, 2016
2 parents f6c6fc8 + 830efa4 commit 8a74351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting-started-guides/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ docker run \
This actually runs the kubelet, which in turn runs a [pod](/docs/user-guide/pods/) that contains the other master components.

** **SECURITY WARNING** ** services exposed via Kubernetes using Hyperkube are available on the host node's public network interface / IP address. Because of this, this guide is not suitable for any host node/server that is directly internet accessible. Refer to [#21735](https://github.com/kubernetes/kubernetes/issues/21735) for addtional info.

### Download `kubectl`

At this point you should have a running Kubernetes cluster. You can test this
Expand Down

0 comments on commit 8a74351

Please sign in to comment.