Skip to content

Commit

Permalink
Update module2.md
Browse files Browse the repository at this point in the history
Fixed spelling discrepancy.
  • Loading branch information
MarkMoretto committed Nov 7, 2023
1 parent 0b29983 commit da339a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/tutorials/kubernetes_101/module2.md
Expand Up @@ -85,7 +85,7 @@ echo Name of the Pod: $POD_NAME

You can access the Pod through the API by running:
```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.
Expand Down

0 comments on commit da339a5

Please sign in to comment.