diff --git a/08-service/README.md b/08-service/README.md index c60306c..9a89b11 100644 --- a/08-service/README.md +++ b/08-service/README.md @@ -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?