Add cross-references to fundamental concepts (#18092)

This commit is contained in:
Tim Bannister
2020-03-16 05:30:35 +00:00
committed by GitHub
parent ec909fd010
commit d341eee62e
21 changed files with 64 additions and 47 deletions
@@ -4,15 +4,20 @@ id: kube-scheduler
date: 2018-04-12
full_link: /docs/reference/generated/kube-scheduler/
short_description: >
Control Plane component that watches for newly created pods with no assigned node, and selects a node for them to run on.
Control plane component that watches for newly created pods with no assigned node, and selects a node for them to run on.
aka:
tags:
- architecture
---
Control Plane component that watches for newly created pods with no assigned node, and selects a node for them to run on.
Control plane component that watches for newly created
{{< glossary_tooltip term_id="node" >}} with no assigned
{{< glossary_tooltip term_id="node" text="node">}}, and selects a node for them
to run on.
<!--more-->
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.
<!--more-->
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.