Kubernetes Pod Design for Application Developers: Deployments
Description
This lab is the third in the Kubernetes Pod Design for Application Developers series that where you will learn to design Pod workloads using higher-level resources in Kubernetes that simplify Pod management. You will use Deployments to manage long-running workloads and perform rolling updates and rollbacks between versions of an application.
This lab is valuable to anyone working with Kubernetes, but the content has been prepared considering topics described in the Certified Kubernetes Application Developer (CKAD) Exam Curriculum. Completion of the lab will help you get hands-on experience, which is essential for passing the CKAD exam.
Learning Objectives
- Understand Deployments and how to perform rolling updates and rollbacks
Intended Audience
- Application developers deploying applications in containers and using or considering Kubernetes
- This lab is recommended for Certified Kubernetes Application Developer (CKAD) examinees
Prerequisites
- Understand how to use labels, selectors, and annotations in relation to Pods
You can take the Kubernetes Pod Design for Application Developers: Labels, Selectors, and Annotations to satisfy the prerequisites.