Create glossary for node
Add node in the existing glossary.
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
id: node
|
id: node
|
||||||
name: Node
|
name: Node
|
||||||
full-link: /docs/concepts/architecture/node
|
full-link: /docs/concepts/architecture/node
|
||||||
tags:
|
aka:
|
||||||
- cluster
|
- Minion
|
||||||
|
related:
|
||||||
- deployment
|
- deployment
|
||||||
|
tags:
|
||||||
- fundamental
|
- fundamental
|
||||||
- pod
|
|
||||||
short-description: >
|
short-description: >
|
||||||
A node is a worker machine in Kubernetes.
|
A node is a worker machine in Kubernetes.
|
||||||
long-description: >
|
long-description: >
|
||||||
A node may be a VM or physical machine, depending on the cluster.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user