In Kubernetes, which component is responsible for scheduling pods onto nodes?

  • Kube-Proxy
  • Kubelet
  • Kubernetes Controller Manager
  • Kubernetes Scheduler
The Kubernetes Scheduler is responsible for deciding which nodes to run new pods on based on resource requirements, node availability, and various policies.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *