Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

HomeCertificationsCKAStudy Guide

CNCF · 2026 Edition

CKA Study Guide — How to Pass Certified Kubernetes Administrator

A complete preparation guide written by CNCF-certified engineers. Covers the exam format,all 8 blueprint domains, a week-by-week study plan, and proven tips for passing first time.

2–4 months

Prep time

Advanced

Difficulty

Hands-on lab

Format

Exam OverviewPractice TestExam DomainsStudy Guide

On this page

  1. 1. CKA Exam at a Glance
  2. 2. Why Earn the CKA?
  3. 3. Exam Domains & Weights
  4. 4. Study Plan
  5. 5. Exam Tips
  6. 6. Practice Questions

CKA Exam at a Glance

Exam code

CKA

Full name

Certified Kubernetes Administrator

Vendor

CNCF

Duration

120 minutes

Exam format

Performance-based lab (no multiple-choice)

Domains covered

8 blueprint domains

Recommended experience

Hands-on experience with Linux and Kubernetes; familiarity with container concepts

Typical prep time

2–4 months

Why Earn the CKA?

CKA is the benchmark Kubernetes administration credential. It is a performance-based exam taken entirely in a live cluster environment — passing it proves you can actually operate Kubernetes, not just describe how it works.

Job roles this opens

Kubernetes AdministratorDevOps EngineerPlatform EngineerSite Reliability EngineerCloud Engineer

CKA Exam Domains

Domain percentage weights are not currently available for this exam. The checklist below is still useful for planning your study.

Cluster Architecture, Installation and Configuration
Services and Networking
Workloads and Scheduling
Storage
Troubleshooting
Cluster Architecture, Installation & Configuration
Workloads & Scheduling
Services & Networking

Detailed domain breakdown with subtopics →

Performance-based exam

The real CKA exam is entirely performance-based — you complete practical Kubernetes administration tasks in a live cluster environment. There are no multiple-choice questions. Courseiva practice questions reinforce the concepts and commands you need, but hands-on lab practice with kubeadm, kubectl, and etcd is still required.

CKA Study Plan

Weeks 1–3

Cluster Architecture, Installation and Configuration: kubeadm setup, etcd backup, RBAC

Tip: etcd backup and restore is one of the most commonly tested tasks on CKA. Practise: ETCDCTL_API=3 etcdctl snapshot save, verify the snapshot, and restore from it. Know the flags required: --endpoints, --cacert, --cert, --key. A backup taken without these flags will fail silently.

Weeks 4–5

Workloads and Scheduling: Deployments, DaemonSets, static pods, resource limits, node affinity

Tip: Node affinity vs node selector vs taints/tolerations: node selector and node affinity control which nodes a pod CAN be scheduled on (pull); taints and tolerations control which pods can be scheduled on a tainted node (push). Know the difference and when to use each.

Weeks 6–7

Services and Networking: Services (ClusterIP, NodePort, LoadBalancer), NetworkPolicy, DNS, Ingress

Tip: NetworkPolicy is tested in CKA — know how to write a policy that allows ingress from pods with a specific label while denying all other ingress. Practice the YAML structure: podSelector (which pods this policy applies to), policyTypes, ingress/egress rules with namespaceSelector and podSelector.

Weeks 8–10

Storage: PersistentVolumes, PersistentVolumeClaims, StorageClasses, volume types

Tip: PersistentVolume access modes tested on CKA: ReadWriteOnce (single node, read/write), ReadOnlyMany (multiple nodes, read only), ReadWriteMany (multiple nodes, read/write). Know that not all storage providers support all access modes — StorageClass documentation specifies supported modes.

Weeks 11–14

Troubleshooting (30% of exam): node issues, pod failures, networking problems

Tip: Troubleshooting is the heaviest domain on CKA. Practise diagnosing: pods stuck in Pending (resource constraints, no schedulable node, PVC not bound), CrashLoopBackOff (application error — check kubectl logs), ImagePullBackOff (wrong image name or missing registry credentials). Know the exact kubectl commands for each investigation.

CKA Exam Tips

CKA is open-book — you can access kubernetes.io/docs, kubernetes.io/blog, and helm.sh/docs during the exam. Practise navigating these sites quickly. Know where to find: kubectl cheat sheet, Deployment YAML templates, RBAC examples, NetworkPolicy templates.

The exam uses a remote desktop browser environment with a terminal. Speed matters — practice alias shortcuts: alias k=kubectl, set up kubectl completion (source <(kubectl completion bash)). In the exam, every second counts across 15–20 tasks.

Context switching is required during the exam — each task specifies which cluster to use. Always run kubectl config use-context <name> as the first command for each task. Using the wrong context will cause your changes to apply to the wrong cluster.

Imperative kubectl commands save time over YAML editing. Know: kubectl run (create pod), kubectl create deployment, kubectl expose (create service), kubectl create serviceaccount, kubectl create role, kubectl create rolebinding. Use --dry-run=client -o yaml to generate YAML templates quickly.

CKA is valid for 2 years. The Linux Foundation offers a bundle (CKAD + CKA) that reduces the combined cost. Candidates who pass CKA with a strong score often progress to CKS (Certified Kubernetes Security Specialist) next.

Ready to practice CKA?

Apply everything in this guide with adaptive practice questions, detailed answer explanations, and domain analytics.

Free Practice TestStart Practising

CKA concept guides

Deep-dive explanations of the key topics tested on CKA — with exam key points and common misconceptions.

CKA

CKA is a hands-on, performance-based exam — you get a live Kubernetes cluster and two hours to solve problems.

Related Study Guides

CKAD

Kubernetes Application Developer

CKS

Kubernetes Security Specialist

KCNA

Kubernetes Cloud Native Associate

EX200

Red Hat RHCSA