Files
Yuk, Yongsu 4ed2cf7748 Edit kube-scheduler glossary. (#19708)
* Edit kube-scheduler glossary.

#19707

* Apply suggestions from code review

Co-Authored-By: Tim Bannister <tim@scalefactory.com>

Co-authored-by: Tim Bannister <tim@scalefactory.com>
2020-03-18 17:02:43 -07:00

770 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
kube-scheduler kube-scheduler 2018-04-12 /docs/reference/generated/kube-scheduler/ Control plane component that watches for newly created pods with no assigned node, and selects a node for them to run on.
architecture

Control plane component that watches for newly created {{< glossary_tooltip term_id="pod" text="Pods" >}} with no assigned {{< glossary_tooltip term_id="node" text="node">}}, and selects a node for them to run on.

Factors taken into account for scheduling decisions include: individual and collective resource requirements, hardware/software/policy constraints, affinity and anti-affinity specifications, data locality, inter-workload interference, and deadlines.