zh-trans: add broken references for netlify preview

This commit is contained in:
Rui Chen
2018-11-26 18:29:55 +08:00
parent f12cf5c4d4
commit 905b149c29
8 changed files with 147 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
---
title: Node
id: node
date: 2018-04-12
full_link: /docs/concepts/architecture/nodes/
short_description: >
A node is a worker machine in Kubernetes.
aka:
tags:
- fundamental
---
A node is a worker machine in Kubernetes.
<!--more-->
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.