Kubernetes and Cloud Native Associate (KCNA) — Question 75

What factors influence the Kubernetes scheduler when it places Pods on nodes?

Answer options

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.