From a3ca547e1eceb37fd7400058372c85023c6dc0c4 Mon Sep 17 00:00:00 2001 From: huccshen <1171593960@qq.com> Date: Mon, 31 Aug 2020 10:57:29 +0800 Subject: [PATCH] Update explore-intro.html --- .../kubernetes-basics/explore/explore-intro.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/zh/docs/tutorials/kubernetes-basics/explore/explore-intro.html b/content/zh/docs/tutorials/kubernetes-basics/explore/explore-intro.html index eca0105bbe..080e38fb82 100644 --- a/content/zh/docs/tutorials/kubernetes-basics/explore/explore-intro.html +++ b/content/zh/docs/tutorials/kubernetes-basics/explore/explore-intro.html @@ -41,9 +41,9 @@ weight: 10 -->

Kubernetes Pods

-

在模块 2创建 Deployment 时, Kubernetes 添加了一个 Pod 来托管你的应用实例。Pod 是 Kubernetes 抽象出来的,表示一组一个或多个应用程序容器(如 Docker 或 rkt ),以及这些容器的一些共享资源。这些资源包括:

+

在模块 2创建 Deployment 时, Kubernetes 添加了一个 Pod 来托管你的应用实例。Pod 是 Kubernetes 抽象出来的,表示一组一个或多个应用程序容器(如 Docker),以及这些容器的一些共享资源。这些资源包括:

- Pod 是一组一个或多个应用程序容器(例如 Docker 或 rkt ),包括共享存储(卷), IP 地址和有关如何运行它们的信息。 + Pod 是一组一个或多个应用程序容器(例如 Docker),包括共享存储(卷), IP 地址和有关如何运行它们的信息。

@@ -120,7 +120,7 @@ weight: 10

Every Kubernetes Node runs at least:

-->

工作节点

@@ -129,7 +129,7 @@ weight: 10

每个 Kubernetes 工作节点至少运行: