Kubernetes and Cloud Native Associate (KCNA) — Question 75
What factors influence the Kubernetes scheduler when it places Pods on nodes?
Answer options
- A. Pod memory requests, node taints, and Pod affinity.
- B. Pod labels, node labels, and request labels.
- C. Node taints, node level, and Pod priority.
- D. Pod priority, container command, and node labels.
Correct answer: A
Explanation
The correct answer is A because the Kubernetes scheduler takes into account Pod memory requests, node taints, and Pod affinity to effectively place Pods. Options B, C, and D include factors that either do not directly influence scheduling or are incorrectly combined, making them less relevant to the scheduling process.