DevOps/Kubernetes/Certified Kubernetes Administrator

Certified Kubernetes Administrator based on v1.15.0: https://github.com/cncf/curriculum/blob/master/CKAD_Curriculum_V1.15.0.pdf

Core Concepts (13%) edit

Configuration (18%) edit

Understand ConfigMaps edit

Understand SecurityContexts edit

Define an application's resource requirements edit

Create & consume Secrets edit

Understand ServiceAccounts edit

Multi-Container Pods (10%) edit

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%) edit

Services & Networking (13%) edit

Observability (18%) edit

  • Understand LivenessProves and ReadinessProbes
  • Understand container logging
  • Understand how to monitor applications in Kubernetes
  • Understand debugging in Kubernetes

See also edit

  1. https://kubernetes.io/docs/concepts/storage/persistent-volumes/