[zh] Sync glossary reference

This commit is contained in:
Qiming Teng
2020-12-01 18:02:40 +08:00
parent dba6763d09
commit b9d2bbdb00
14 changed files with 145 additions and 115 deletions
@@ -12,7 +12,6 @@ tags:
- core-object
---
<!--
---
title: Kubelet
id: kubelet
date: 2018-04-12
@@ -24,17 +23,20 @@ aka:
tags:
- fundamental
- core-object
---
-->
<!--
An agent that runs on each node in the cluster. It makes sure that containers are running in a pod.
An agent that runs on each {{< glossary_tooltip text="node" term_id="node" >}} in the cluster. It makes sure that {{< glossary_tooltip text="containers" term_id="container" >}} are running in a {{< glossary_tooltip text="Pod" term_id="pod" >}}.
-->
一个在集群中每个节点上运行的代理。它保证容器都运行在 Pod 中。
一个在集群中每个节点上运行的代理。
它保证容器都运行在 Pod 中。
<!--more-->
<!--
The kubelet takes a set of PodSpecs that are provided through various mechanisms and ensures that the containers described in those PodSpecs are running and healthy. The kubelet doesnt manage containers which were not created by Kubernetes.
-->
kubelet 接收一组通过各类机制提供给它的 PodSpecs,确保这些 PodSpecs
中描述的容器处于运行状态且健康。
kubelet 不会管理不是由 Kubernetes 创建的容器。
kubelet 接收一组通过各类机制提供给它的 PodSpecs,确保这些 PodSpecs 中描述的容器处于运行状态且健康。kubelet 不会管理不是由 Kubernetes 创建的容器。