What is the role of the Kube-scheduler in Kubernetes?
a) Schedules tasks on nodes
b) Monitors application performance
c) Configures networking between Pods
d) Stores application logs
Answer:
a) Schedules tasks on nodes
Explanation:
The Kube-scheduler
is responsible for assigning Pods to available nodes in the Kubernetes cluster based on resource availability and other constraints.