Welcome to the CKA Prep Repository.
This repo contains structured notes, YAML manifests, labs, and cheatsheets to help you prepare for the Certified Kubernetes Administrator (CKA) exam.
Explore the full video series on my YouTube channel:
- notes/ → Conceptual explanations (architecture, networking, storage, RBAC, troubleshooting).
- manifests/ → Kubernetes YAML manifests (pods, deployments, services, storage).
- labs/ → Hands-on practice tasks with step-by-step instructions.
- cheatsheets/ → Quick
kubectlcommands, YAML snippets, and exam tips. - resources/ → External references (official docs, simulators, study guides).
flowchart TD
A[Start] --> B[Kubernetes Basics]
B --> C[Pods & Deployments]
C --> D[Services & Ingress]
D --> E[Storage - PV/PVC/SC]
E --> F[Security - RBAC/SA]
F --> G[Scheduling & Node Mgmt]
G --> H[Troubleshooting]
H --> I[Exam Practice & Mock Tests]
I --> J[CKA Certification]
