Merge branch 'typos-step-8' of https://github.com/netgusto/kubernetes-hands-on into typos-step-8

This commit is contained in:
Jerome Schneider 2020-01-30 09:59:43 +01:00
commit f924a04e78
No known key found for this signature in database
GPG Key ID: 5D2DF847A7D6CEE2
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ Name: simple-internal-service.default.svc.cluster.local
Address: 10.96.31.244
```
Try to curl the `/healthz` url, remember the `ports` we choose in the `service`.
Try to curl the `/health` url, remember the `ports` we choose in the `service`.
Can you access this service from the outside of Kubernetes?