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

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Lesson 17 lab: Using probes

Lesson 17 lab: Using probes

- We are now at the end of this lesson. Let's do a quick lab. Run a Pod with the name probed. The Pod should start the nginx:latest image and use probes to meet the following conditions. First, the application should have 30 seconds to start. After being started, the application should test that it is still healthy after every 10 seconds. And if the application is no longer healthy, it should be restarted. And to perform the probes, test access to the Kubernetes healthz endpoint. Good luck.

Contents