Skip to content

Commit 01d0728

Browse files
committed
[zh] Update reference\glossary (15)
Signed-off-by: ydFu
1 parent 846ad1b commit 01d0728

File tree

6 files changed

+24
-33
lines changed

6 files changed

+24
-33
lines changed

content/zh-cn/docs/reference/glossary/image.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ id: image
44
date: 2018-04-12
55
full_link:
66
short_description: >
7-
镜像是保存的容器实例,它打包了应用运行所需的一组软件。
7+
镜像(Image)是保存的容器实例,它打包了应用运行所需的一组软件。
88
99
aka:
1010
tags:
1111
- fundamental
1212
---
1313

1414
2826

2927
32-
33-
镜像是保存的{{< glossary_tooltip text="容器" term_id="container" >}}实例,它打包了应用运行所需的一组软件。
30+
镜像(Image)是保存的{{< glossary_tooltip text="容器" term_id="container" >}}实例,它打包了应用运行所需的一组软件。
3431

3532
3633

3734
40-
4137
镜像是软件打包的一种方式,可以将镜像存储在容器镜像仓库、拉取到本地系统并作为应用来运行。
4238
镜像中包含的元数据指明了运行什么可执行程序、是由谁构建的以及其他信息。

content/zh-cn/docs/reference/glossary/index.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,17 @@ card:
99
weight: 10
1010
title: 词汇表
1111
---
12-
12+

content/zh-cn/docs/reference/glossary/ingress.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ tags:
1212
- architecture
1313
- extension
1414
---
15-
1615
3229

3330
36-
37-
Ingress 是对集群中服务的外部访问进行管理的 API 对象,典型的访问方式是 HTTP。
33+
Ingress 是对集群中服务的外部访问进行管理的 API 对象,典型的访问方式是 HTTP。
3834

3935
4036

4137
44-
4540
Ingress 可以提供负载均衡、SSL 终结和基于名称的虚拟托管。
46-
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
---
2-
title: 初始化容器(Init Container)
2+
title: Init 容器(Init Container)
33
id: init-container
44
date: 2018-04-12
55
full_link:
66
short_description: >
7-
应用容器运行前必须先运行完成的一个或多个初始化容器
7+
应用容器运行前必须先运行完成的一个或多个 Init 容器(Init Container)
88
99
aka:
1010
tags:
1111
- fundamental
1212
---
1313

1414
2826

2927
32-
33-
应用{{< glossary_tooltip text="容器" term_id="container" >}}运行前必须先运行完成的一个或多个初始化容器。
30+
应用{{< glossary_tooltip text="容器" term_id="container" >}}运行前必须先运行完成的一个或多个 Init 容器(Init Container)。
3431

3532
3633

3734
40-
41-
初始化(init)容器像常规应用容器一样,只有一点不同:初始化(init)容器必须在应用容器启动前运行完成。
42-
Init 容器的运行顺序:一个初始化(init)容器必须在下一个初始化(init)容器开始前运行完成。
37+
Init 容器像常规应用容器一样,只有一点不同:Init 容器必须在应用容器启动前运行完成。
38+
Init 容器的运行顺序:一个 Init 容器必须在下一个 Init 容器开始前运行完成。

content/zh-cn/docs/reference/glossary/istio.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ tags:
1111
- architecture
1212
- extension
1313
---
14-
1514
33-
3432
Istio 是一个(非 Kubernetes 特有的)开放平台,提供了一种统一的方式来集成微服务、管理流量、实施策略和汇总度量数据。
3533

3634
3735

3836
41-
4239
添加 Istio 时不需要修改应用代码。它是基础设施的一层,介于服务和网络之间。
4340
当它和服务的 Deployment 相结合时,就构成了通常所谓的服务网格(Service Mesh)。
4441
Istio 的控制面抽象掉了底层的集群管理平台,这一集群管理平台可以是 Kubernetes、Mesosphere 等。
45-

content/zh-cn/docs/reference/glossary/job.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ tags:
1414
---
1515

1616
3230

3331
36-
37-
Job 是需要运行完成的确定性的或批量的任务。
34+
Job 是需要运行完成的确定性的或批量的任务。
3835

3936
4037

4138
44-
45-
Job 创建一个或多个 {{< glossary_tooltip term_id="Pod" >}} 对象,并确保指定数量的 Pod 成功终止。
41+
创建一个或多个 {{< glossary_tooltip term_id="Pod" >}} 对象,并确保指定数量的 Pod 成功终止。
4642
随着各 Pod 成功结束,Job 会跟踪记录成功完成的个数。

0 commit comments

Comments
 (0)