Update module2.md

Fixed spelling discrepancy.
pull/17575/head
Mark Moretto 2023-11-06 22:45:43 -05:00 committed by GitHub
parent 0b29983f4b
commit da339a588a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ echo Name of the Pod: $POD_NAME
You can access the Pod through the API by running: You can access the Pod through the API by running:
```shell ```shell
curl http://localhost:8001/api/v1/namespaces/default/pods/$PODNAME curl http://localhost:8001/api/v1/namespaces/default/pods/$POD_NAME
``` ```
In order for the new deployment to be accessible without using the Proxy, a Service is required which will be explained in the next modules. In order for the new deployment to be accessible without using the Proxy, a Service is required which will be explained in the next modules.