From cacf283997f81623806a00e82e94e554125b06a9 Mon Sep 17 00:00:00 2001 From: yuxiaobo96 <41496192+yuxiaobo96@users.noreply.github.com> Date: Mon, 11 Nov 2019 13:44:53 +0800 Subject: [PATCH] update (#5570) --- content/zh/docs/reference/glossary/pod.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/zh/docs/reference/glossary/pod.md b/content/zh/docs/reference/glossary/pod.md index ae2e2af2e4..e1966ed5eb 100644 --- a/content/zh/docs/reference/glossary/pod.md +++ b/content/zh/docs/reference/glossary/pod.md @@ -1,7 +1,6 @@ --- title: Pod --- -A Pod is a group of one or more containers (such as [Docker](https://www.docker.com/) containers), -with shared storage and network, and a specification for how to run the containers. -Pods are the [workload instances](#workload-instance) in a -[Kubernetes](https://kubernetes.io/docs/concepts/workloads/pods/pod-overview/) deployment of Istio. +Pod 中包含了一个或多个共享存储和网络的容器 (例如 [Docker](https://www.docker.com/) 容器), +以及如何运行容器的规范。 +Pod 是 Istio 的 [Kubernetes](https://kubernetes.io/docs/concepts/workloads/pods/pod-overview/) 部署中的一个 [工作负载实例](#workload-instance)。