he Kubernetes component responsible for watching newly created Pods with no assigned node and selecting a node for them to run on is the kube-scheduler.
The kube-scheduler is a control plane component that continuously monitors the Kubernetes API server for new Pods that are in a pending state (meaning they have not yet been assigned to a node). When it identifies such a Pod, it then performs a scheduling process to determine the most suitable node for that Pod to run on, considering various factors such as resource requirements, node availability, affinity/anti-affinity rules, and other policy constraints. Finally, it updates the Pod's definition in the API server to bind it to the selected node.
Gotta say, C makes the most sense. It directly addresses the problem statement.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.KCNA Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
8378ffe
2 months, 2 weeks agoZangi
4 months, 1 week ago