Merge pull request #17509 from sftim/20191109_node_concept_improvements

Improve Node, Taints, and Tolerations concepts
This commit is contained in:
Kubernetes Prow Robot
2020-05-09 08:59:51 -07:00
committed by GitHub
4 changed files with 212 additions and 185 deletions
@@ -15,3 +15,5 @@ tags:
<!--more-->
A worker node may be a VM or physical machine, depending on the cluster. It has local daemons or services necessary to run {{< glossary_tooltip text="Pods" term_id="pod" >}} and is managed by the control plane. The daemons on a node include {{< glossary_tooltip text="kubelet" term_id="kubelet" >}}, {{< glossary_tooltip text="kube-proxy" term_id="kube-proxy" >}}, and a container runtime implementing the {{< glossary_tooltip text="CRI" term_id="cri" >}} such as {{< glossary_tooltip term_id="docker" >}}.
In early Kubernetes versions, Nodes were called “Minions”.