1.6 KiB
1.6 KiB
title | id | date | full_link | short_description | aka | tags | ||
---|---|---|---|---|---|---|---|---|
kube-scheduler | kube-scheduler | 2018-04-12 | /zh-cn/docs/reference/command-line-tools-reference/kube-scheduler/ | 控制平面组件,负责监视新创建的、未指定运行节点的 Pod,选择节点让 Pod 在上面运行。 |
|
kube-scheduler
是{{< glossary_tooltip text="控制平面" term_id="control-plane" >}}的组件,
负责监视新创建的、未指定运行{{< glossary_tooltip term_id="node" text="节点(node)">}}的 {{< glossary_tooltip term_id="pod" text="Pods" >}},
并选择节点来让 Pod 在上面运行。
调度决策考虑的因素包括单个 Pod 及 Pods 集合的资源需求、软硬件及策略约束、 亲和性及反亲和性规范、数据位置、工作负载间的干扰及最后时限。