DevOps/Kubernetes/Certified Kubernetes Administrator
< DevOps | Kubernetes
Certified Kubernetes Administrator based on v1.15.0: https://github.com/cncf/curriculum/blob/master/CKAD_Curriculum_V1.15.0.pdf
Core Concepts (13%)
editConfiguration (18%)
editUnderstand ConfigMaps
editUnderstand SecurityContexts
editDefine an application's resource requirements
editUnderstand ServiceAccounts
editMulti-Container Pods (10%)
edit- Understand Multi-Container Pod design patters (e.g. ambassador, adapter, sidecar)
Pod Design (20%)
edit- Understand how to use Labels, Selector and Annotations
- Understand Deployments and how to perform rolling updates
- Understand Deployments and how to perform rollbacks
State Persistence (8%)
editServices & Networking (13%)
edit- Understand Services
- Demonstrate basic understanding of NetworkPolicies
Observability (18%)
edit- Understand LivenessProves and ReadinessProbes
- Understand container logging
- Understand how to monitor applications in Kubernetes
- Understand debugging in Kubernetes