2024/2025
What does CKAD stand for? - ANSWERSCertified Kubernetes Application Developer
What does the CKAD exam focus on verifying? - ANSWERSCKAD exam focuses on verifying your ability to
build, configure and deploy a microservices-based application to Kubernetes.
What are the sections and their respective scoring weight percentages for the CKAD exam? - ANSWERS-
Application Design and Build 20%
- Application Deployment 20%
- Application Observability and Maintenance 15%
- Application Environment, Configuration and Security 25%
- Services and Networking 20%
Summarize Design and Build of a containerized application and operating it in Kubernetes need to knows
from CH1. - ANSWERSWill need to know:
- How to define a container in a pod
- Need for defining multiple containers inside a pod
- The use of storage in pods
- Design and execute batch and periodic workloads
Summarize Application Deployment need to knows from CH1. - ANSWERSWill need to know:
- Kubernetes primitive deployment
- Deployment helps scaling pods with the same definition (replicas) and managing their configurations
- Strategies for rolling out new versions of an application to replicas in a controlled fashion
- Helm and open source tool for managin set of manifests required to deploy and configure an
application stack.