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

Certified Kubernetes Application Developer Exam Prep

Practice container images, workloads, deployments, Helm, Kustomize, probes, debugging, ConfigMaps, Secrets, security contexts, Services, Ingress, and NetworkPolicies 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

Application Design and Build

20%

20 scored + 0 pretest

Application Deployment

20%

20 scored + 0 pretest

Application Observability and Maintenance

15%

15 scored + 0 pretest

Application Environment, Configuration and Security

25%

25 scored + 0 pretest

Services and Networking

20%

20 scored + 0 pretest

Format

Performance-based

Linux Foundation lists CKAD 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 covers application build, deployment, observability, environment/config/security, and networking.

Official weighting

20 / 20 / 15 / 25 / 20

Weighted mocks preserve the public CKAD domain percentages.

Practice bank

601 questions

The bank expands public CKAD competencies into original developer readiness drills.

Flashcards

80 cards

Each topic includes concise manifest, workload, and debugging recall cards.

Start here

How to study for Certified Kubernetes Application Developer

Use this sequence for a practical CKAD study path.

1

1. Master core application objects

Practice Pods, Deployments, Jobs, Services, ConfigMaps, Secrets, probes, and resource requests until manifest structure is automatic.

2

2. Add deployment and security habits

Drill rollouts, Helm, Kustomize, SecurityContexts, ServiceAccounts, quotas, and NetworkPolicies with verification after each change.

3

3. Finish with timed debug loops

Use logs, events, describe output, DNS tests, and weighted mocks to expose slow spots before hands-on practice.

About the exam

CKAD Exam structure

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

Issuer and path

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

Application Design and Build

20%

20 scored + 0 pretest

Container images, workload resource selection, multi-container Pod design patterns, and persistent or ephemeral volumes.

Application Deployment

20%

20 scored + 0 pretest

Deployment strategies, rolling updates, rollbacks, Helm package manager usage, and Kustomize overlays.

Application Observability and Maintenance

15%

15 scored + 0 pretest

API deprecations, probes, health checks, CLI monitoring, logs, and Kubernetes debugging workflows.

Application Environment, Configuration and Security

25%

25 scored + 0 pretest

CRDs, operators, authentication, authorization, admission control, requests, limits, quotas, ConfigMaps, Secrets, ServiceAccounts, and SecurityContexts.

Services and Networking

20%

20 scored + 0 pretest

NetworkPolicies, Services, application access, troubleshooting connectivity, and Ingress rules.

Before you schedule

Verify the current CKAD 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
Container Images and Workload Resources10608
Strong
Pod Design Patterns and Volumes10608
Priority
Deployment Strategies, Rollouts and Rollbacks10608
Strong
Helm, Kustomize and Application Packaging10608
Good
Probes, Logs and Debugging8458
Priority
API Deprecations and Application Monitoring7458
Good
ConfigMaps, Secrets, Requests, Limits and Quotas13768
Strong
Authentication, Authorization, ServiceAccounts and SecurityContexts12758
Priority
Services, Ingress and Application Access10608
Strong
NetworkPolicies and Application Connectivity10608
Priority

How to use this guide

How to study for Certified Kubernetes Application Developer

Treat each item as an application delivery decision: choose the right primitive, configure it declaratively, expose it safely, and verify behavior from the command line.

1. Pick the primitive

Choose the right Kubernetes resource for the requested application behavior.

2. Write the durable spec

Configure images, commands, probes, config, resources, security, labels, and ports declaratively.

3. Expose and constrain

Connect Services, Ingress, NetworkPolicies, ServiceAccounts, and quotas only as needed.

4. Verify from the cluster

Check rollout, logs, events, endpoints, DNS, and connectivity before moving on.

Container Images and Workload Resources
Design and Build

Container Images and Workload Resources

CKAD design questions test image references, command and args, Deployment, Job, CronJob, DaemonSet, and choosing the correct workload primitive.

Key rules

Rule 1

Container Images and Workload Resources 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

Container Image

A container image packages application filesystem, metadata, entrypoint, and runtime dependencies.

Workload Resource

A workload resource such as Deployment, Job, CronJob, or DaemonSet manages Pods for a purpose.

Deployment

A Deployment manages stateless replicated Pods with rollout and rollback behavior.

Job

A Job runs Pods to completion and tracks successful completions.

CronJob

A CronJob creates Jobs on a schedule and needs concurrency and history settings.

DaemonSet

A DaemonSet runs a Pod on selected nodes, often for node-level agents.

Command Args

Command and args override image entrypoint behavior for a container.

Image Pull Policy

Image pull policy controls when kubelet pulls an image before starting a container.

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 stateless API must run three replicas and support declarative rolling updates and rollback. Which workload resource should own the Pods?

An image defines ENTRYPOINT ["/app/server"]. The Pod must start the same binary with the arguments --port=8080 and --verbose. Which container configuration is appropriate?

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 CKAD questions

Is this the official CKAD exam?

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

What does CKAD measure?

The public page says CKAD certifies that candidates can design, build, and deploy cloud-native applications for Kubernetes using core primitives.

Why use multiple-choice practice for a performance exam?

The live CKAD is hands-on. This bank drills the Kubernetes object choices, manifest fields, verification steps, and debugging decisions behind hands-on tasks.

How is the mock weighted?

The 100-question mock follows the public 20/20/15/25/20 CKAD domain split.

What should I study first?

Start with Deployments, Pods, Services, ConfigMaps, Secrets, probes, logs, and NetworkPolicies, then practice Helm, Kustomize, resource limits, and security contexts.

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.