Scheduling — Certified Kubernetes Administrator (CKA) Practice Questions
Scheduling in Kubernetes is the process by which the kube-scheduler assigns pods to nodes based on resource requests, taints, tolerations, affinity rules, and node selectors. The CKA exam tests your ability to influence scheduling decisions using these mechanisms, as well as to diagnose why pods remain in a Pending state. You should be comfortable creating pods with specific scheduling constraints and understanding how the scheduler evaluates node fitness. Correct scheduling configuration is critical for ensuring workloads land on appropriate infrastructure.
Free questions on scheduling
Which component is responsible for scheduling pods onto nodes?
Free question · easy · full answer + explanation
More scheduling questions in the full bank
- Your cluster has nodes with taints to prevent general workload scheduling. How do you allow a pod to schedule on a tainted node? Unlock answer & explanation →
- A node suddenly becomes unschedulable during operation. What could cause this? Unlock answer & explanation →
- What does "Pending" pod status usually mean? Unlock answer & explanation →