Slide 6
Slide 6 text
Scheduling Framework
The underlying architecture for the scheduler, which is pluggable and extensible.
A plugin works at one or more extension points in the scheduling framework.
Filter
Filter out Nodes that cannot run
the Pod.
(Insufficient resource, unmatch
with NodeAffinity, etc)
Score
Score Nodes and determine the
best one.
(Image locality, etc)