Resources
Curated collection of study resources for all 16 Golden Kubestronaut certifications.
Official Resources
| Resource | Description |
| CNCF Curriculum | Official open-source curricula (PDF) for all certifications |
| Kubernetes Docs | Official documentation (allowed during exams) |
| killer.sh | Official exam simulator (included with CKA/CKAD/CKS/ICA/CNPE/LFCS purchase) |
| Killercoda | Free interactive Kubernetes scenarios in the browser |
| CNCF Training | Official training and certification portal |
GitHub Repositories
Multi-Certification / Kubestronaut
KCNA
KCSA
CKA
CKAD
CKS
CCA (Cilium)
CGOA (GitOps)
CAPA (Argo)
| Repository | Description |
| argoproj | Official Argo Project repositories |
Online Courses
| Course | Platform | Certifications |
| Kubernetes for the Absolute Beginners | KodeKloud / Udemy | KCNA |
| CKA with Practice Tests (Mumshad Mannambeth) | Udemy | CKA |
| CKAD with Tests (Mumshad Mannambeth) | Udemy | CKAD |
| CKS (KodeKloud) | KodeKloud | CKS |
| Kubernetes Security (KCSA) | KodeKloud | KCSA |
| Prometheus Certified Associate (PCA) | KodeKloud | PCA |
| Istio Certified Associate (ICA) | KodeKloud | ICA |
| Cilium Certified Associate (CCA) | KodeKloud | CCA |
| Certified Argo Project Associate (CAPA) | KodeKloud | CAPA |
| Certified GitOps Associate (CGOA) | KodeKloud | CGOA |
| Certified Backstage Associate (CBA) | KodeKloud | CBA |
| OpenTelemetry Certified Associate (OTCA) | KodeKloud | OTCA |
| Kyverno Certified Associate (KCA) | KodeKloud | KCA |
| Platform Engineering Associate (CNPA) | KodeKloud | CNPA |
| Linux Foundation Certified Sysadmin (LFCS) | KodeKloud | LFCS |
| Introduction to GitOps (LFS169) | Linux Foundation (free) | CGOA |
Study Guides (Blogs)
Practice Exam Simulators
| Resource | Type | Certifications |
| killer.sh | Official simulator (included with purchase) | CKA, CKAD, CKS, ICA, CNPE, LFCS |
| KCSA Mock Exam | Free browser-based mock | KCSA |
| Killercoda Scenarios | Free interactive labs | CKA, CKAD, CKS |
General Exam Tips
Performance-based Exams (CKA, CKAD, CKS, ICA, CNPE, LFCS)
- Master imperative commands — they save significant time
- Use
kubectl explain <resource> to look up field specs during K8s exams - Set up shell aliases early:
alias k=kubectl, export do="--dry-run=client -o yaml" - Practice with
killer.sh — it's harder than the actual exam - Bookmark key documentation pages before the exam
- Manage your time — skip hard questions and return later
- For ICA: familiarize yourself with
istioctl commands and Istio CRDs - For LFCS: practice systemd, networking, LVM, and package management
Multiple Choice Exams (KCNA, KCSA, PCA, CCA, CAPA, CGOA, CBA, OTCA, KCA, CNPA)
- Read all answer options before selecting
- Eliminate obviously wrong answers first
- Focus on understanding concepts, not memorizing commands
- Review the CNCF landscape and ecosystem projects
- Most MC exams have 60 questions in 90 minutes (1.5 min per question)
- CNPA has 60 questions in 120 minutes (2 min per question)