Application Scheduling and Lifecycle Management
This chapter describes how to use Kubernetes deployments to deploy pods, scale pods, perform rolling updates and rollbacks, carry out resource management, and use ConfigMaps to configure pods using kubectl
commands and YAML definitions. This chapter covers 15% of the CKA exam content.
In this chapter, we’re going to cover the following main topics:
- The basics of Kubernetes workloads
- Deploying and managing applications
- Scaling applications
- Performing rolling updates and rollbacks
- Resource management
- Workload scheduling
- Configuring applications