From the course: Certified Kubernetes Application Developer (CKAD) Cert Prep

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Lesson 10 lab: Managing services

Lesson 10 lab: Managing services

- All right, it's time for a lab, "Managing Services." So create a Namespace with the name "remote", and in the remote Namespace, run an Nginx Pod with the name "remoteweb" and expose it such that it can be reached on the Minikube host port 31999. In the default Namespace, run the Pod testpod, based on the Busybox image and using the sleep infinity command as a default command. And from the testpod Pod, use wget --spider --timeout=1 to verify that you can access the default webpage of the remoteweb Pod. And also verify that this webpage is accessible on Minikube host port 31999.

Contents