Kubernetes Scheduler
Assigns each unscheduled Pod to a node in two phases: filtering out nodes that fail hard constraints (insufficient requested resources, untolerated taints, affinity rules), then scoring the survivors and binding to the best. Scheduling is essentially online bin packing of Pod requests into node capacity.
This Concept is waiting for its first lesson!
Assigns each unscheduled Pod to a node in two phases: filtering out nodes that fail hard constraints (insufficient requested resources, untolerated taints, affinity rules), then scoring the survivors and binding to the best. Scheduling is essentially online bin packing of Pod requests into node capacity.
Are you a teacher? Sign in to start contributing.
Sign In