CertGrid
Cloud Native Study Guide

CKA: Certified Kubernetes Administrator Study Guide

The Certified Kubernetes Administrator (CKA) is a hands-on, performance-based exam from the Cloud Native Computing Foundation that validates your ability to install, configure, and operate production Kubernetes clusters. You solve real tasks in live clusters from a terminal within 120 minutes, so command fluency and kubectl speed matter as much as conceptual knowledge. It is aimed at administrators, DevOps and platform engineers, and SREs who manage Kubernetes day to day.

Domain 1: Cluster Architecture Installation and Configuration

Key concepts you must know · 188 practice questions

Domain 2: Workloads and Scheduling

Key concepts you must know · 182 practice questions

Domain 3: Services and Networking

Key concepts you must know · 161 practice questions

Domain 4: Storage

Key concepts you must know · 164 practice questions

Domain 5: Troubleshooting

Key concepts you must know · 173 practice questions

CKA exam tips

Study guide FAQ

Is the CKA exam multiple choice or hands-on?

It is entirely performance-based. You are given a remote terminal connected to several live Kubernetes clusters and must complete real administrative tasks (creating resources, fixing broken clusters, upgrading, backing up etcd) within 120 minutes. There are no multiple-choice questions.

What score do I need to pass and how long is the certification valid?

You need a score of 660 out of 1000 to pass. The certification is valid for two years from the date you pass, after which you must recertify to keep your CKA active.

Can I use the documentation during the exam?

Yes. You may open one additional browser tab to the allowed sites, which include kubernetes.io/docs (and its subdomains) and a few related project docs. You cannot use general web search, notes, or other resources, so practice finding YAML examples quickly within the official docs.

Which Kubernetes version does the exam use, and how should I prepare?

The CKA tracks a recent Kubernetes minor release (the CNCF updates the tested version periodically, typically a few releases behind the latest), so confirm the current version on the official curriculum before testing. Prepare by repeatedly building and breaking clusters with kubeadm, practicing every kubectl task by hand, and timing yourself so command fluency becomes automatic.