Skip to content

Commit 9b92597

Browse files
authored
Merge pull request #46140 from cjcullen/patch-3
Update hello-minikube.md
2 parents 61ffdf3 + a3e1fef commit 9b92597

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@ 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 >}}
174+
The agnhost container has a `/shell` endpoint, which is useful for
175+
debugging, but dangerous to expose to the public internet. Do not run this on an
176+
internet-facing cluster, or a production cluster.
177+
{{< /warning >}}
178+
173179
1. Expose the Pod to the public internet using the `kubectl expose` command:
174180

175181
```shell

0 commit comments

Comments
 (0)