Linux Foundation Kubernetes administrator study guide
Aligned to the Linux Foundation Certified Kubernetes Administrator public domains and competencies for the current Kubernetes-based performance exam reviewed June 2026
601 practice questions
80 flashcards
Completely free

Certified Kubernetes Administrator Exam Prep

Practice Kubernetes storage, troubleshooting, workloads, scheduling, cluster architecture, installation, configuration, services, and networking with 601 original questions.

601 original questions
Official-outline mapped
100-question mocks

Most popular

Start with free practice questions

Jump into a mixed set drawn from 601 free practice questions.

Free Practice Questions

Exam structure

Know the split before you start drilling

Storage

10%

10 scored + 0 pretest

Troubleshooting

30%

30 scored + 0 pretest

Workloads and Scheduling

15%

15 scored + 0 pretest

Cluster Architecture, Installation and Configuration

25%

25 scored + 0 pretest

Services and Networking

20%

20 scored + 0 pretest

Format

Performance-based

Linux Foundation lists CKA as an online, proctored, hands-on Kubernetes exam.

Time

2 hours

Linux Foundation lists a two-hour exam window.

Public domains

5

The public domain split is Storage, Troubleshooting, Workloads and Scheduling, Cluster Architecture, and Services and Networking.

Official weighting

10 / 30 / 15 / 25 / 20

Weighted mocks preserve the public CKA domain percentages.

Practice bank

601 questions

The bank expands public CKA competencies into original readiness drills.

Flashcards

80 cards

Each topic includes concise command, object, and troubleshooting recall cards.

Start here

How to study for Certified Kubernetes Administrator

Use this sequence for a practical CKA study path.

1

1. Build kubectl diagnosis speed

Practice context, namespace, get, describe, logs, events, explain, and output filtering until inspection is automatic.

2

2. Drill cluster changes safely

Practice storage, workloads, RBAC, kubeadm, Helm, Kustomize, Services, Ingress, and policy changes with verification after every step.

3

3. Finish with timed readiness loops

Use weighted mocks to find weak domains, then repeat those tasks in a real cluster or simulator.

About the exam

CKA Exam structure

CKA prep with 601 original practice questions, Kubernetes administration topic drills, official-domain weighted mocks, flashcards, and recovery.

Issuer and path

Certified Kubernetes Administrator Exam Prep is administered through Linux Foundation / CNCF. Check official resources before booking, retesting, or relying on a stale requirement.

Storage

10%

10 scored + 0 pretest

StorageClasses, dynamic provisioning, volume types, access modes, reclaim policies, PersistentVolumes, and PersistentVolumeClaims.

Troubleshooting

30%

30 scored + 0 pretest

Cluster, node, component, application, log, resource, service, and networking troubleshooting under hands-on exam pressure.

Workloads and Scheduling

15%

15 scored + 0 pretest

Deployments, rollouts, ConfigMaps, Secrets, autoscaling, self-healing workloads, admission, affinity, limits, and scheduling constraints.

Cluster Architecture, Installation and Configuration

25%

25 scored + 0 pretest

RBAC, kubeadm clusters, lifecycle management, high availability, Helm, Kustomize, CRI, CNI, CSI, CRDs, and operators.

Services and Networking

20%

20 scored + 0 pretest

Pod connectivity, Services, endpoints, NetworkPolicies, Gateway API, Ingress, Ingress controllers, and CoreDNS.

Before you schedule

Verify the current CKA Kubernetes minor version, candidate handbook, allowed documentation, remote-proctoring rules, ID requirements, and retake policy before booking.

Official Outline Coverage Map

Coverage is mapped to official outline item counts so content depth can be checked without hard-coding a single exam.

Official outline
TopicOfficial outline itemsYour questionsYour flashcardsConfidence
StorageClasses, PersistentVolumes and PersistentVolumeClaims10608
Strong
Cluster and Node Troubleshooting10618
Priority
Resource Usage, Logs and Application Troubleshooting10608
Strong
Services and Networking Troubleshooting10608
Priority
Deployments, Configuration and Autoscaling8458
Strong
Scheduling, Admission and Workload Patterns7458
Good
RBAC, Kubeadm, High Availability and Cluster Lifecycle13758
Priority
Helm, Kustomize, Extension Interfaces and Operators12758
Good
Pod Connectivity, Services and Endpoints10608
Strong
NetworkPolicy, Gateway API, Ingress and CoreDNS10608
Priority

How to use this guide

How to study for Certified Kubernetes Administrator

Treat each question as a command-line operations decision: confirm context and namespace, inspect the object, change the owning spec, then verify cluster behavior.

1. Confirm target

Check context, namespace, resource name, labels, and required outcome.

2. Inspect evidence

Use status, describe, events, logs, metrics, YAML, and related resources to locate the issue.

3. Change the owner

Patch, edit, apply, scale, roll out, or configure the durable Kubernetes object that owns the behavior.

4. Verify behavior

Confirm readiness, endpoints, events, logs, rollout status, connectivity, or cluster health before moving on.

StorageClasses, PersistentVolumes and PersistentVolumeClaims
Storage

StorageClasses, PersistentVolumes and PersistentVolumeClaims

CKA storage tasks test dynamic provisioning, StorageClass selection, access modes, reclaim policies, PV/PVC binding, and volume attachment behavior.

Key rules

Rule 1

StorageClasses, PersistentVolumes and PersistentVolumeClaims questions reward the answer that follows the official source, the professional role, and the stated facts.

Exam cue: Identify the candidate role, client or public risk, source rule, calculation, or process step being tested.

Rule 2

The strongest answer identifies the rule, safety concern, ethical duty, calculation, client factor, or process step before acting.

Exam cue: Check whether the fact pattern is using a national standard, jurisdiction rule, handbook policy, or scenario-specific instruction.

Rule 3

Eliminate answers that ignore requirements, skip documentation, overreach the role, or treat convenience as the standard.

Exam cue: Choose the compliant and professionally scoped answer before the convenient or familiar answer.

Common traps

Treating related standards as interchangeable without checking the source.

Prevention: Avoid answers that rely only on habit, ignore the stated source, skip safety or compliance steps, or choose convenience over the professional standard.

Skipping screening, documentation, authorization, sanitation, recordkeeping, or other required procedure.

Prevention: Avoid answers that rely only on habit, ignore the stated source, skip safety or compliance steps, or choose convenience over the professional standard.

Choosing an answer that protects convenience instead of client safety, public protection, or the stated professional duty.

Prevention: Avoid answers that rely only on habit, ignore the stated source, skip safety or compliance steps, or choose convenience over the professional standard.

Memory anchors

StorageClass

A StorageClass defines dynamic provisioning parameters such as provisioner, reclaim policy, binding mode, and expansion behavior.

Dynamic Provisioning

Dynamic provisioning creates a PersistentVolume when a matching PersistentVolumeClaim requests storage.

PV

A PersistentVolume is cluster storage with capacity, access mode, reclaim policy, and backing storage details.

PVC

A PersistentVolumeClaim requests storage and binds to a suitable PersistentVolume or dynamic provisioner.

Access Mode

Access modes describe how a volume may be mounted, such as ReadWriteOnce or ReadOnlyMany.

Reclaim Policy

A reclaim policy controls whether released storage is retained, deleted, or recycled where supported.

Binding Mode

Volume binding mode can delay provisioning until a Pod is scheduled to account for topology.

Volume Attachment

Volume attachment connects provisioned storage to the node where the consuming Pod runs.

Next best moves

Quick check-up

Use a short quiz to confirm the rule pattern is actually sticking.

Check-up Questions

1-2 question checkpoint

A PVC using class `fast` stays Pending. Which command best exposes provisioning events?

Which StorageClass field delays volume binding until a Pod has a schedulable node?

Answer all questions to submit.

Next step personalized recommendations

Open another topic next

Official resources

Verify the details with the official sources

Use these links for eligibility, scheduling, handbook rules, and issuer updates. Our guide helps you study; official sources tell you what the testing partner currently requires.

FAQ

Common CKA questions

Is this the official CKA exam?

No. These are original practice questions aligned to public Linux Foundation and CNCF CKA domains. They are not copied from secure exam tasks.

Why use multiple-choice practice for a performance exam?

The live CKA is hands-on. This bank drills the decisions, command targets, object relationships, and verification habits behind those hands-on tasks.

What should I study first?

Start with cluster context, kubectl inspection, workloads, Services, DNS, and events, then drill kubeadm, RBAC, storage, and troubleshooting speed.

How is the mock weighted?

The 100-question mock follows the public 10/30/15/25/20 CKA domain split.

How should I use the 601 questions?

Use topic drills to close conceptual gaps, then practice commands in a real Kubernetes cluster or simulator before relying on weighted mocks for readiness checks.

What is Pass Harbor?

Completely free exam prep for 317 U.S. exams.

  • Practice questions
  • Flashcards
  • Study guides
  • Mock exams
  • No registration
  • No paywall
  • Start instantly
No more expensive exam prep. Quality study tools should be accessible to everyone.