
Certified Kubernetes Administrator (CKA)
Domain 3Objective 5
Configure Pod Admission and Scheduling (limits, Node Affinity, Etc.) CKA Practice Questions (Page 1)
Part of the Workloads and Scheduling domain, which accounts for 15% of the CKA exam. Linux Foundation does not publish an official question count, but from its 120-minute exam (~50–80 total, ~8–12 in this domain), expect 2–2 from this objective — we provide 29 practice questions to prepare you well beyond it. (estimate)
29questions here
6free pages
10concepts
15%of the exam
Questions 1–5
- 1
An application has two components: `frontend` and `backend`. For low latency, frontend Pods should be on the same node as backend Pods, but if that's not possible, they should be on the same rack. The cluster has nodes labeled with `rack` and `kubernetes.io/hostname`. The backend Pods are labeled `app=backend`. Which podAffinity configuration best meets this requirement?
Select an answer first - 2
What is the function of the nodeSelector field in a Pod spec?
Select an answer first - 3
A cluster administrator wants to ensure that all Pods created in a specific namespace have a CPU limit set, even if the developer forgets to specify one. They also want to reject any Pod that requests more than 4 CPUs. Which admission controller configuration should they use?
Select an answer first - 4
A namespace is shared by multiple teams. The platform team wants to prevent any single team from consuming more than 8 CPU cores and 16Gi of memory in total across all Pods in the namespace. They also want to ensure that each Pod requests at least 100m CPU. Which objects should they create?
Select an answer first - 5
Which field in a Pod spec is used to define node affinity rules?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Linux Foundation. “CKA” is a trademark of its owner, used for identification only.