aboutsummaryrefslogtreecommitdiff
path: root/net/kube-scheduler/pkg-descr
blob: 4a6dded51daedd3f1e2a455e0bd12332d85c8ed4 (plain) (blame)
1
2
3
4
5
6
The Kubernetes scheduler is a control plane process which assigns Pods
to Nodes. The scheduler determines which Nodes are valid placements
for each Pod in the scheduling queue according to constraints and
available resources. The scheduler then ranks each valid Node and
binds the Pod to a suitable Node. Multiple different schedulers may
be used within a cluster; kube-scheduler is the reference implementation.