diff --git a/contributors/devel/running-locally.md b/contributors/devel/running-locally.md index d055d35ae..e54966626 100644 --- a/contributors/devel/running-locally.md +++ b/contributors/devel/running-locally.md @@ -135,8 +135,8 @@ Once provisioning is complete, you can use the following commands for Kubernetes ## Running a user defined pod -Note the difference between a [container](https://kubernetes.io/docs/user-guide/containers/) -and a [pod](https://kubernetes.io/docs/user-guide/pods/). Since you only asked for the former, Kubernetes will create a wrapper pod for you. +Note the difference between a [container](https://kubernetes.io/docs/concepts/containers/) +and a [pod](https://kubernetes.io/docs/concepts/workloads/pods/). Since you only asked for the former, Kubernetes will create a wrapper pod for you. However, you cannot view the nginx start page on localhost. To verify that nginx is running, you need to run `curl` within the Docker container (try `docker exec`). You can control the specifications of a pod via a user defined manifest, and reach nginx through your browser on the port specified therein: @@ -195,4 +195,4 @@ Your container runtime is using the systemd cgroup driver, but by default `./hac ```sh export CGROUP_DRIVER=systemd -``` \ No newline at end of file +```