From 17526c90cdd848a0d859ab6d0ccec521ee977fc5 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 6 Dec 2018 03:42:51 +0800 Subject: [PATCH] zh-trans: add pod.md (#11432) * zh-trans: add pod.md zh-trans: add pod.md * Update pod.md * Update pod.md * Update pod.md --- content/zh/docs/reference/glossary/pod.md | 24 +++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/content/zh/docs/reference/glossary/pod.md b/content/zh/docs/reference/glossary/pod.md index fcd62f4423..d8fcbb4cee 100755 --- a/content/zh/docs/reference/glossary/pod.md +++ b/content/zh/docs/reference/glossary/pod.md @@ -3,6 +3,21 @@ title: Pod id: pod date: 2018-04-12 full_link: /docs/concepts/workloads/pods/pod-overview/ +short_description: > + Pod 是 Kubernetes 的原子对象。Pod 表示您的集群上一组正在运行的容器。 + +aka: +tags: +- core-object +- fundamental +--- + + + + + + Pod 是 Kubernetes 的原子对象。Pod 表示您的集群上一组正在运行的{{< glossary_tooltip text="容器" term_id="container" >}}。 + +通常创建 Pod 是为了运行单个主容器。Pod 还可以运行可选的挂斗(sidecar)容器,以添加诸如日志记录之类的补充特性。通常用 {{< glossary_tooltip term_id="deployment" >}} 来管理 Pod。