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 8 lab: Managing deployments

Lesson 8 lab: Managing deployments

- All right, we are now at the end of this lesson. Let's do a lab. In this lab, you create a YAML file that starts a deployment for Nginx. It should use image version 1.9 and start five replicas, and the deployment should have the label type as proxy. Also configure the deployment such that when it is upgraded, no more than two pods will be unavailable at the same time.

Contents