This repository contains study materials and notes to assist in preparing for the Certified Kubernetes Administrator (CKA) exam, specifically aligned with Kubernetes version v1.32.
The Certified Kubernetes Administrator (CKA) exam is a performance-based certification that tests your ability to perform various tasks using the command line to manage Kubernetes clusters.
- Exam Duration: 2 hours
- Passing Score: 66%
- Kubernetes Version: v1.32
- Domains Covered:
- Cluster Architecture, Installation & Configuration β 25%
- Workloads & Scheduling β 15%
- Services & Networking β 20%
- Storage β 10%
- Troubleshooting β 30%
cka-2025/
βββ notes/ # Detailed notes for each exam domain
βββ exercises/ # Hands-on practice exercises
βββ cheatsheets/ # Quick reference guides
βββ scripts/ # Useful scripts for cluster management
βββ .gitignore
βββ README.md
- Kubernetes v1.32
- kubectl
- kubeadm
- Docker/Containerd
- Helm
- Kustomize
Contributions are welcome! If you have suggestions, improvements, or additional resources, feel free to submit a pull request or open an issue.