Certified Kubernetes Administrator (CKA) - Official Training
Welcome to the ultimate guide to help you pass the Certified Kubernetes Administrator (CKA) exam! This repository includes tips, curated resources, and hands-on examples to boost your preparation.
- 🌟 Official Resources: Links to documentation and tools.
- 📚 Courses and Labs: Recommendations for structured learning.
- 🛠️ Practice Examples: Real-world scenarios you might face during the exam.
- 📝 Pro Tips: Learn the tricks to master CLI, YAML, and vim.
- 🚀 Fully hands-on preparation with practice labs and mock exams.
- 📖 Open book exam tips: Learn how to navigate Kubernetes documentation efficiently.
- ⏰ Time management strategies for the 2-hour exam.
- Explore the
resources/folder for recommended courses, simulators, and official links. - Practice with
examples/to get familiar with real exam-like scenarios. - Learn essential skills in
tips/.
- Backup and Restore etcd Data
Objective: Create a snapshot of etcd data and restore it to recover the cluster state. - ClusterRole and ServiceAccount
Objective: Create aClusterRoleand bind it to aServiceAccount.
- Create an Ingress Resource
Objective: Configure an Ingress resource to route traffic for multiple services. - NetworkPolicy
Objective: Create aNetworkPolicyto control traffic flow between namespaces.
- Create a PersistentVolume for Logs Storage
Objective: Configure a PersistentVolume and verify its usage. - Create a PersistentVolumeClaim and Pod
Objective: Create a PVC to claim storage from a PV and use it in a Pod.
- Schedule a Multi-Container Pod
Objective: Configure a Pod with multiple containers. - Expose Deployment via NodePort
Objective: Expose a deployment using a NodePort service.
- Node Maintenance
Objective: Set a node to unavailable and reschedule pods. - Ready Nodes Count
Objective: Count the number of ready nodes, excluding those with the NoSchedule taint.
- Explore the
tips/folder: - Use the
resources/official-links.mdfor curated Kubernetes documentation and tools.
This project is licensed under the MIT License.