Files
website/_data/glossary/node.yaml
T
Sahdev P. Zala ae186fcace Create glossary for node
Add node in the existing glossary.
2017-12-05 15:32:26 -05:00

14 lines
569 B
YAML

id: node
name: Node
full-link: /docs/concepts/architecture/node
aka:
- Minion
related:
- deployment
tags:
- fundamental
short-description: >
A node is a worker machine in Kubernetes.
long-description: >
A worker machine may be a VM or physical machine, depending on the cluster. It has the {% glossary_tooltip text="Services" term_id="service" %} necessary to run {% glossary_tooltip text="Pods" term_id="pod" %} and is managed by the master components. The {% glossary_tooltip text="Services" term_id="service" %} on a node include Docker, kubelet and kube-proxy.