We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61ffdf3 + a3e1fef commit 9b92597Copy full SHA for 9b92597
content/en/docs/tutorials/hello-minikube.md
@@ -170,6 +170,12 @@ Kubernetes cluster. To make the `hello-node` Container accessible from outside t
170
Kubernetes virtual network, you have to expose the Pod as a
171
Kubernetes [*Service*](/docs/concepts/services-networking/service/).
172
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
+
179
1. Expose the Pod to the public internet using the `kubectl expose` command:
180
181
```shell
0 commit comments