The Kubernetes component that schedules pods onto nodes based on resource requirements is called ________.
- Ethical / CEH
- Behavioral
- Coherence
- kube-scheduler
Answer: kube-scheduler
kube-scheduler assigns pods to nodes based on resource requests, constraints (node selectors, taints), and policies. Works with kubelet (node agent) and API server. Critical for understanding Kubernetes control plane architecture in cloud exams.