tutorials/kubernetes_101: fix typo in module 4

Signed-off-by: Emmanuel Chee-zaram Okeke <cheezaram.okeke@gmail.com>
pull/17437/head
Emmanuel Chee-zaram Okeke 2023-10-16 16:22:14 +01:00
parent 5c77a6e488
commit 2b342a98a3
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ This confirms that our Service was removed. To confirm that route is not exposed
curl $(minikube ip):$NODE_PORT
```
This proces that the app is not reachable anymore from outside of the cluster. You can confirm that the app is still running with a curl inside the pod:
This proves that the app is not reachable anymore from outside of the cluster. You can confirm that the app is still running with a curl inside the pod:
```shell
kubectl exec -ti $POD_NAME -- curl localhost:8080