Kubernetes Certifications
The Kubestronaut Path — All 5 certifications required for Kubestronaut status.
Overview
Section titled “Overview” KUBESTRONAUT PATH ════════════════════════════════════════════════════════
ENTRY LEVEL (multiple choice, 90 min) ┌──────────────────────────────────────────────────────┐ │ KCNA Kubernetes & Cloud Native Associate │ │ └── Conceptual understanding of K8s & CNCF │ │ │ │ KCSA Kubernetes & Cloud Native Security Associate │ │ └── Security concepts and threat modeling │ └──────────────────────────────────────────────────────┘ │ ▼ PRACTITIONER LEVEL (hands-on lab, 2 hours) ┌──────────────────────────────────────────────────────┐ │ CKAD Certified Kubernetes Application Developer │ │ └── Build and deploy applications │ │ │ │ CKA Certified Kubernetes Administrator │ │ └── Install, configure, manage clusters │ │ │ │ CKS Certified Kubernetes Security Specialist │ │ └── Secure clusters end-to-end (requires CKA)│ └──────────────────────────────────────────────────────┘
════════════════════════════════════════════════════════Certifications
Section titled “Certifications”| Cert | Name | Type | Modules | Curriculum |
|---|---|---|---|---|
| KCNA | Kubernetes & Cloud Native Associate | Multiple choice | 28 | Details |
| KCSA | Kubernetes & Cloud Native Security Associate | Multiple choice | 26 | Details |
| CKAD | Certified Kubernetes Application Developer | Hands-on lab | 30 | Details |
| CKA | Certified Kubernetes Administrator | Hands-on lab | 47 | Details |
| CKS | Certified Kubernetes Security Specialist | Hands-on lab | 30 | Details |
| Total | 161 |
Suggested Order
Section titled “Suggested Order”Option 1: Breadth First (understand the landscape)
KCNA → KCSA → CKAD → CKA → CKSOption 2: Depth First (production admin focus)
CKA → CKAD → CKS → KCNA → KCSAOption 3: Developer Path
KCNA → CKAD → (stop here or continue to CKA)Option 4: Security Path
CKA → CKS → KCSATool & Specialist Certifications
Section titled “Tool & Specialist Certifications”Beyond Kubestronaut, CNCF offers tool-specific certifications. KubeDojo maps existing modules as learning paths for each:
| Cert | Name | Learning Path |
|---|---|---|
| PCA | Prometheus Certified Associate | Prometheus, PromQL, alerting |
| ICA | Istio Certified Associate | Service mesh, traffic management |
| CCA | Cilium Certified Associate | eBPF networking, policies |
| CGOA | Certified GitOps Associate | ArgoCD, Flux, GitOps principles |
| CBA | Certified Backstage Associate | IDPs, developer portals |
| OTCA | OpenTelemetry Certified Associate | Observability, tracing |
| KCA | Kyverno Certified Associate | Policy as code |
| CAPA | Certified Argo Project Associate | Argo Workflows, Rollouts |
| CNPE | Cloud Native Platform Engineer | Cross-track learning path |
| CNPA | Cloud Native Platform Associate | Platform fundamentals |
| FinOps | FinOps Practitioner | Cloud cost optimization |
Extending Kubernetes
Section titled “Extending Kubernetes”| Section | Modules | Description |
|---|---|---|
| Extending K8s | 8 | Controllers, operators, webhooks, API aggregation, CRDs |
Exam Tips
Section titled “Exam Tips”All exams share these characteristics:
- PSI Bridge proctoring — Strict environment, webcam required
- kubernetes.io allowed — Official docs are your friend
- Time pressure — Speed matters as much as knowledge
For hands-on exams (CKAD, CKA, CKS):
- Practice with
kubectluntil it’s muscle memory - Master vim/nano for YAML editing
- Use
kubectl explainand--dry-run=client -o yaml - killer.sh included with exam purchase — use it
Curriculum Sources
Section titled “Curriculum Sources”We track official CNCF curricula: