DevOps/Kubernetes/Certified Kubernetes Administrator

From Wikiversity
Jump to navigation Jump to search

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 | edit source]

Configuration (18%)

[edit | edit source]

Define an application's resource requirements

[edit | edit source]

Create & consume Secrets

[edit | edit source]

Multi-Container Pods (10%)

[edit | edit source]

Pod Design (20%)

[edit | edit source]
  • 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 | edit source]

Services & Networking (13%)

[edit | edit source]

Observability (18%)

[edit | edit source]
  • Understand LivenessProves and ReadinessProbes
  • Understand container logging
  • Understand how to monitor applications in Kubernetes
  • Understand debugging in Kubernetes

See also

[edit | edit source]
  1. https://kubernetes.io/docs/concepts/storage/persistent-volumes/