Skip to content

Commit 1833b33

Browse files
authored
Update hello-minikube.md
Add warning about kubectl expose on agnhost
1 parent 06cf75a commit 1833b33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/docs/tutorials/hello-minikube.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ Kubernetes cluster. To make the `hello-node` Container accessible from outside t
170170
Kubernetes virtual network, you have to expose the Pod as a
171171
Kubernetes [*Service*](/docs/concepts/services-networking/service/).
172172

173+
{{< warning >}} The agnhost container has a `/shell` endpoint, which is useful for debugging, but dangerous to expose to the public internet. Do not run this on an internet-facing cluster, or a production cluster. {{< /warning >}}
174+
173175
1. Expose the Pod to the public internet using the `kubectl expose` command:
174176

175177
```shell

0 commit comments

Comments
 (0)