Skip to content

Commit ad8b32f

Browse files
committed
update glossary
1 parent 10c09ed commit ad8b32f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+499
-434
lines changed

content/zh/docs/reference/glossary/addons.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
1-
<!--
2-
31
---
4-
title: Add-ons
2+
title: Add-ons(附加组件)
53
id: addons
64
date: 2019-12-15
7-
full_link: /docs/concepts/cluster-administration/addons/
5+
full_link: /zh/docs/concepts/cluster-administration/addons/
86
short_description: >
9-
Resources that extend the functionality of Kubernetes.
7+
扩展 Kubernetes 功能的资源。
108
119
aka:
1210
tags:
1311
- tool
1412
---
15-
16-
-->
17-
13+
<!--
1814
---
19-
title: Add-ons(附加组件)
15+
title: Add-ons
2016
id: addons
2117
date: 2019-12-15
22-
full_link: /zh/docs/concepts/cluster-administration/addons/
18+
full_link: /docs/concepts/cluster-administration/addons/
2319
short_description: >
24-
扩展 Kubernetes 功能的资源。
20+
Resources that extend the functionality of Kubernetes.
2521
2622
aka:
2723
tags:
2824
- tool
2925
---
26+
-->
27+
28+
3029
<!--
3130
Resources that extend the functionality of Kubernetes.
3231
-->

content/zh/docs/reference/glossary/admission-controller.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
<!--
2-
31
---
4-
title: Admission Controller
2+
title: Admission Controller(准入控制器)
53
id: admission-controller
64
date: 2019-06-28
7-
full_link: /docs/reference/access-authn-authz/admission-controllers/
5+
full_link: /zh/docs/reference/access-authn-authz/admission-controllers/
86
short_description: >
9-
A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object.
10-
7+
在对象持久化之前拦截 Kubernetes Api 服务器请求的一段代码
118
aka:
129
tags:
1310
- extension
1411
- security
15-
---
12+
---
1613

17-
-->
1814

15+
<!--
1916
---
20-
title: Admission Controller(准入控制器)
17+
title: Admission Controller
2118
id: admission-controller
2219
date: 2019-06-28
23-
full_link: /zh/docs/reference/access-authn-authz/admission-controllers/
20+
full_link: /docs/reference/access-authn-authz/admission-controllers/
2421
short_description: >
25-
在对象持久化之前拦截 Kubernetes Api 服务器请求的一段代码
22+
A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object.
23+
2624
aka:
2725
tags:
2826
- extension
2927
- security
30-
---
28+
---
29+
-->
30+
3131

3232
<!--
3333
A piece of code that intercepts requests to the Kubernetes API server prior to persistence of the object.

content/zh/docs/reference/glossary/aggregation-layer.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,35 @@
1-
<!--
2-
31
---
4-
title: Aggregation Layer
2+
title: Aggregation Layer(聚合层)
53
id: aggregation-layer
64
date: 2018-10-08
7-
full_link: /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
5+
full_link: /zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
86
short_description: >
9-
The aggregation layer lets you install additional Kubernetes-style APIs in your cluster.
7+
聚合层允许您在自己的集群上安装额外的 Kubernetes 风格的 API。
108
119
aka:
1210
tags:
1311
- architecture
1412
- extension
1513
- operation
1614
---
17-
18-
-->
19-
15+
<!--
2016
---
21-
title: Aggregation Layer(聚合层)
17+
title: Aggregation Layer
2218
id: aggregation-layer
2319
date: 2018-10-08
24-
full_link: /zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
20+
full_link: /docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/
2521
short_description: >
26-
聚合层允许您在自己的集群上安装额外的 Kubernetes 风格的 API。
22+
The aggregation layer lets you install additional Kubernetes-style APIs in your cluster.
2723
2824
aka:
2925
tags:
3026
- architecture
3127
- extension
3228
- operation
3329
---
30+
-->
31+
32+
3433

3534

3635
<!--

content/zh/docs/reference/glossary/annotation.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
<!--
2-
31
---
4-
title: Annotation
2+
title: Annotation(注解)
53
id: annotation
64
date: 2018-04-12
7-
full_link: /docs/concepts/overview/working-with-objects/annotations
5+
full_link: /zh/docs/concepts/overview/working-with-objects/annotations/
86
short_description: >
9-
A key-value pair that is used to attach arbitrary non-identifying metadata to objects.
7+
注解是以键值对的形式给资源对象附加随机的无法标识的元数据。
108
119
aka:
1210
tags:
1311
- fundamental
1412
---
1513

16-
-->
17-
14+
<!--
1815
---
19-
title: Annotation(注解)
16+
title: Annotation
2017
id: annotation
2118
date: 2018-04-12
22-
full_link: /zh/docs/concepts/overview/working-with-objects/annotations/
19+
full_link: /docs/concepts/overview/working-with-objects/annotations
2320
short_description: >
24-
注解是以键值对的形式给资源对象附加随机的无法标识的元数据。
21+
A key-value pair that is used to attach arbitrary non-identifying metadata to objects.
2522
2623
aka:
2724
tags:
2825
- fundamental
2926
---
27+
-->
28+
29+
3030

3131
<!--
3232
A key-value pair that is used to attach arbitrary non-identifying metadata to objects.

content/zh/docs/reference/glossary/api-group.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,32 @@
1-
<!--
2-
31
---
42
title: API Group
53
id: api-group
64
date: 2019-09-02
7-
full_link: /docs/concepts/overview/kubernetes-api/#api-groups
5+
full_link: /zh/docs/concepts/overview/kubernetes-api/#api-groups
86
short_description: >
9-
A set of related paths in the Kubernetes API.
7+
Kubernetes API 中的一组相关路径
108
119
aka:
1210
tags:
1311
- fundamental
1412
- architecture
15-
---
16-
17-
-->
13+
---
1814

15+
<!--
1916
---
2017
title: API Group
2118
id: api-group
2219
date: 2019-09-02
23-
full_link: /zh/docs/concepts/overview/kubernetes-api/#api-groups
20+
full_link: /docs/concepts/overview/kubernetes-api/#api-groups
2421
short_description: >
25-
Kubernetes API 中的一组相关路径
22+
A set of related paths in the Kubernetes API.
2623
2724
aka:
2825
tags:
2926
- fundamental
3027
- architecture
31-
---
28+
---
29+
-->
3230

3331

3432
<!--

content/zh/docs/reference/glossary/app-container.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
1-
<!--
2-
31
---
4-
title: App Container
2+
title: App Container(应用程序容器)
53
id: app-container
64
date: 2019-02-12
75
full_link:
86
short_description: >
9-
A container used to run part of a workload. Compare with init container.
7+
用于运行部分工作负载的容器。与初始化容器比较而言。
108
119
aka:
1210
tags:
1311
- workload
1412
---
1513

16-
-->
17-
14+
<!--
1815
---
19-
title: App Container(应用程序容器)
16+
title: App Container
2017
id: app-container
2118
date: 2019-02-12
2219
full_link:
2320
short_description: >
24-
用于运行部分工作负载的容器。与初始化容器比较而言。
21+
A container used to run part of a workload. Compare with init container.
2522
2623
aka:
2724
tags:
2825
- workload
2926
---
27+
-->
28+
3029
<!--
3130
Application containers (or app containers) are the {{< glossary_tooltip text="containers" term_id="container" >}} in a {{< glossary_tooltip text="pod" term_id="pod" >}} that are started after any {{< glossary_tooltip text="init containers" term_id="init-container" >}} have completed.
3231
-->

content/zh/docs/reference/glossary/application-architect.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
1-
<!--
2-
31
---
4-
title: Application Architect
2+
title: Application Architect(应用架构师)
53
id: application-architect
64
date: 2018-04-12
75
full_link:
86
short_description: >
9-
A person responsible for the high-level design of an application.
7+
应用架构师是负责应用高级设计的人。
108
119
aka:
1210
tags:
1311
- user-type
1412
---
1513

16-
-->
17-
14+
<!--
1815
---
19-
title: Application Architect(应用架构师)
16+
title: Application Architect
2017
id: application-architect
2118
date: 2018-04-12
2219
full_link:
2320
short_description: >
24-
应用架构师是负责应用高级设计的人。
21+
A person responsible for the high-level design of an application.
2522
2623
aka:
2724
tags:
2825
- user-type
2926
---
27+
-->
28+
3029
<!--
3130
A person responsible for the high-level design of an application.
3231
-->

content/zh/docs/reference/glossary/application-developer.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
1-
<!--
2-
31
---
4-
title: Application Developer
2+
title: Application Developer(应用开发者)
53
id: application-developer
64
date: 2018-04-12
75
full_link:
86
short_description: >
9-
A person who writes an application that runs in a Kubernetes cluster.
7+
编写可以在 Kubernetes 集群上运行的应用的人。
108
119
aka:
1210
tags:
1311
- user-type
1412
---
1513

16-
-->
17-
14+
<!--
1815
---
19-
title: Application Developer(应用开发者)
16+
title: Application Developer
2017
id: application-developer
2118
date: 2018-04-12
2219
full_link:
2320
short_description: >
24-
编写可以在 Kubernetes 集群上运行的应用的人。
21+
A person who writes an application that runs in a Kubernetes cluster.
2522
2623
aka:
2724
tags:
2825
- user-type
2926
---
27+
-->
28+
3029

3130
<!--
3231
A person who writes an application that runs in a Kubernetes cluster.

content/zh/docs/reference/glossary/applications.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
<!--
2-
31
---
4-
title: Applications
2+
title: Applications(应用)
53
id: applications
64
date: 2019-05-12
75
full_link:
86
short_description: >
9-
The layer where various containerized applications run.
7+
各种容器化应用运行所在的层。
108
aka:
119
tags:
1210
- fundamental
1311
---
1412

15-
-->
16-
13+
<!--
1714
---
18-
title: Applications(应用)
15+
title: Applications
1916
id: applications
2017
date: 2019-05-12
2118
full_link:
2219
short_description: >
23-
各种容器化应用运行所在的层。
20+
The layer where various containerized applications run.
2421
aka:
2522
tags:
2623
- fundamental
2724
---
25+
-->
26+
27+
2828
<!--
2929
The layer where various containerized applications run.
3030
-->

0 commit comments

Comments
 (0)