Certified Kubernetes Administrator
Validates the skills, knowledge, and competency to perform the responsibilities of a Kubernetes administrator, including cluster architecture, installation and configuration using kubeadm, workload scheduling, services and networking, storage management, and troubleshooting. The CKA is a performance-based exam requiring hands-on problem solving in a live Kubernetes environment within a 2-hour time limit.
Sample questions
A free preview of 15 source-grounded questions from this exam — answers and explanations included.
- Q1Troubleshootingmedium
A platform team is rolling out a centralized logging stack and asks why the documentation says cluster-level logging needs storage and lifecycle independent of nodes. Which rationale does the Logging Architecture page give?
- A.Cluster-level logging requires that logs be stored on the same physical disk as the apiserver's etcd database to avoid cross-component coordination overhead,
- B.Cluster-level logging is a deprecated v1alpha1 feature removed before the v1.0 release of Kubernetes and modern clusters cannot retain any log information beyond the.
- C.In a cluster, logs should have a separate storage and lifecycle independent of nodes, pods, or containers. This concept is called cluster-level logging.Correct answer
Sources
Questions are grounded in 150 references from official and authoritative materials.