Create glossary for node

Add node into the glossary.
reviewable/pr6573/r1
Sahdev P. Zala 2017-12-05 14:56:35 -05:00
parent dc788d138b
commit ddf231b1ad
1 changed files with 12 additions and 0 deletions

12
_data/glossary/node.yaml Normal file
View File

@ -0,0 +1,12 @@
id: node
name: Node
full-link: /docs/concepts/architecture/node
tags:
- cluster
- deployment
- fundamental
- pod
short-description: >
A node is a worker machine in Kubernetes.
long-description: >
A node may be a VM or physical machine, depending on the cluster.