From your first practice question to exam day, Getcertkey covers the entire CKA journey: a free demo, 85 practice questions in three formats, a full year of free updates, and a clear refund policy. Preparing for the Linux Foundation Certified Kubernetes Administrator (CKA) Program exam has rarely been this straightforward.
Linux Foundation CKA Exam Overview:
| Certification Vendor: | Linux Foundation / Cloud Native Computing Foundation (CNCF) |
|---|---|
| Exam Name: | Certified Kubernetes Administrator (CKA) Program Exam |
| Exam Number: | CKA |
| Exam Duration: | 120 minutes |
| Certificate Validity Period: | 2 years |
| Related Certifications: | Certified Kubernetes Security Specialist (CKS) Certified Kubernetes Application Developer (CKAD) |
| Real Exam Qty: | 15-20 performance-based tasks |
| Available Languages: | Japanese, Simplified Chinese, English |
| Passing Score: | 66% |
| Exam Price: | $445 USD |
| Exam Format: | Online proctored, Hands-on in real Kubernetes environment, Command-line tasks, Performance-based |
| Recommended Training: | Introduction to Kubernetes (Free Course) LFS258: Kubernetes Fundamentals |
| Exam Registration: | Linux Foundation Training Portal |
| Sample Questions: | ![]() |
| Exam Way: | Online, remotely proctored via PSI; browser-based terminal environment |
| Pre Condition: | No formal prerequisites; basic Linux and Kubernetes knowledge recommended |
| Official Syllabus URL: | https://training.linuxfoundation.org/certification/certified-kubernetes-administrator-cka/ |
Linux Foundation CKA Exam Syllabus Topics:
| Section | Weight | Objectives |
|---|---|---|
| Topic 1: Troubleshooting | 30% | - Pod and application failures - Cluster component health checks - Log collection and analysis - Network connectivity and DNS resolution problems - Worker node issues and recovery - Control plane component failures |
| Topic 2: Cluster Architecture, Installation & Configuration | 25% | - Manage RBAC - Prepare infrastructure for cluster installation - Work with CRDs and Operators - Manage cluster lifecycle and upgrades - Create and manage clusters with kubeadm - Install components via Helm / Kustomize - Understand CNI, CSI, CRI interfaces - Implement high availability control plane |
| Topic 3: Services & Networking | 20% | - Service types: ClusterIP, NodePort, LoadBalancer, ExternalName - CoreDNS and service discovery - CNI configuration and troubleshooting - Network policies - Ingress resources and controllers |
| Topic 4: Workloads & Scheduling | 15% | - Configure applications with ConfigMaps and Secrets - Deployments, rolling updates and rollbacks - Pod lifecycle, init containers, probes - Resource requests, limits and autoscaling - Pod scheduling: node selector, affinity, taints/tolerations |
| Topic 5: Storage | 10% | - StorageClasses and dynamic provisioning - Persistent Volumes (PV) and Persistent Volume Claims (PVC) - StatefulSet storage configuration - Volume types and access modes |
CKA Exam FAQs for 2026 Candidates
Which certification does the CKA exam lead to?
The CKA exam is the official Linux Foundation / Cloud Native Computing Foundation (CNCF) exam behind the Certified Kubernetes Administrator (CKA) certification, validating the skills measured by the Linux Foundation Certified Kubernetes Administrator (CKA) Program credential. It sits at the Professional level of the Linux Foundation / Cloud Native Computing Foundation (CNCF) certification program. It also connects to Certified Kubernetes Application Developer (CKAD), Certified Kubernetes Security Specialist (CKS), so the knowledge you build here carries over to those tracks as well.
How many questions are on the CKA exam, and how much time do I get?
The CKA exam contains 15-20 performance-based tasks questions to be completed within 120 minutes. Before exam day, divide the available time by the question count to work out a comfortable per-question pace, and mark any item that eats into it so you can return later instead of getting stuck. Timed sessions in the Getcertkey test engines make that pacing automatic — run at least two full-length mock exams under the clock so time pressure never becomes the reason you drop points.
What score do I need to pass the CKA exam, and what does it cost?
The passing score for the CKA exam is 66%, and the official registration fee is $445 USD. Retakes are not discounted — every new attempt means paying the full fee again — so it pays to measure yourself before you book. Work through the 85 practice questions on Getcertkey, sit a timed practice test, and schedule your exam only when your scores are consistently comfortable. That simple habit is the cheapest exam strategy there is.
Are there any prerequisites for the CKA exam?
No formal prerequisites; basic Linux and Kubernetes knowledge recommended Requirements can change when Linux Foundation / Cloud Native Computing Foundation (CNCF) revises its certification program, so confirm the current eligibility rules on the official exam page before you register.
How do I register for the CKA exam?
You can book the Linux Foundation Certified Kubernetes Administrator (CKA) Program exam through the official registration channels below:
As for delivery, the exam is offered in the following format: Online, remotely proctored via PSI; browser-based terminal environment. Choose the option that suits you best when you book your seat.
What official training is recommended for the CKA exam?
Linux Foundation / Cloud Native Computing Foundation (CNCF) recommends the following training resources for the Linux Foundation Certified Kubernetes Administrator (CKA) Program exam:
Official courses build the foundation; the 85 practice questions from Getcertkey then show you how that knowledge is examined, so the two work best together.
Can I try the CKA practice questions before I buy?
Yes. Getcertkey provides a free CKA PDF demo so you can review the question style and answer quality before purchasing. Every purchase also includes 365 days of free updates — if Linux Foundation revises the exam during that period, the updated material reaches you at no cost. Once the free-update year ends, you can extend your update service at a 50% discount.
What if I fail the CKA exam, and how is my order delivered?
Every Linux Foundation Certified Kubernetes Administrator (CKA) Program purchase on Getcertkey is covered by a 100% money-back guarantee with clear conditions: if you take the corresponding exam within 60 days of your purchase and do not pass, you can claim a full refund by submitting a scanned copy of your exam enrollment slip and your official score report as a PDF within two days of the exam date; claims are processed within seven days of submission. The guarantee does not apply to exams taken within three days of purchase, to material that was downloaded but never used in an exam attempt, or to free products and expired orders, and the candidate name must match the payer name. If you would rather not take a refund, you can instead exchange your purchase for two free exam preparation products of equal value and keep the update service on your original product.
Delivery is instant: your download is sent to your email within one minute of payment, with no limit on how many computers you may install the material on. If nothing arrives within two hours, check your spam folder and contact customer service for help.
What topics are covered in the CKA exam?
The Linux Foundation Certified Kubernetes Administrator (CKA) Program exam blueprint is organized into 5 domains. The first three are:
- Workloads & Scheduling — 15% of the exam
- Services & Networking — 20% of the exam
- Troubleshooting — 30% of the exam
For the complete domain-by-domain breakdown, scroll up to the full exam topics outline above and use it to plan how you distribute your study time.
Linux Foundation Certified Kubernetes Administrator (CKA) Program Sample Questions:
Question 1
Create a namespace called 'development' and a pod with image nginx called nginx on this namespace.
Question 2
List "nginx-dev" and "nginx-prod" pod and delete those pods
Question 3
You must connect to the correct host.
Failure to do so may result in a zero score.
[candidate@base] $ ssh Cka000037
Context
A legacy app needs to be integrated into the Kubernetes built-in logging architecture (i.e.
kubectl logs). Adding a streaming co-located container is a good and common way to accomplish this requirement.
Task
Update the existing Deployment synergy-leverager, adding a co-located container named sidecar using the busybox:stable image to the existing Pod . The new co-located container has to run the following command:
/bin/sh -c "tail -n+1 -f /var/log/syne
rgy-leverager.log"
Use a Volume mounted at /var/log to make the log file synergy-leverager.log available to the co- located container .
Do not modify the specification of the existing container other than adding the required volume mount .
Failure to do so may result in a reduced score.
Question 4
List pod logs named "frontend" and search for the pattern "started" and write it to a file "/opt/error-logs" See the solution below.
Question 5
Score: 4%
Task
Create a persistent volume with name app-data , of capacity 1Gi and access mode ReadOnlyMany. The type of volume is hostPath and its location is /srv/app-data .
Solutions:
| Question 1 Answer: Only visible for members | Question 2 Answer: Only visible for members | Question 3 Answer: Only visible for members | Question 4 Answer: Only visible for members | Question 5 Answer: Only visible for members |


PDF Version Demo
721 Customer Reviews




Quality and ValueGetCertKey Practice Exams are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no all study materials.
Tested and ApprovedWe are committed to the process of vendor and third party approvals. We believe professionals and executives alike deserve the confidence of quality coverage these authorizations provide.
Easy to PassIf you prepare for the exams using our GetCertKey testing engine, It is easy to succeed for all certifications in the first attempt. You don't have to deal with all dumps or any free torrent / rapidshare all stuff.
Try Before BuyGetCertKey offers free demo of each product. You can check out the interface, question quality and usability of our practice exams before you decide to buy.