[zh] Update reference\glossary (7)

Signed-off-by: ydFu <ader.ydfu@gmail.com>
pull/36479/head
ydFu 2022-09-01 10:24:07 +08:00
parent cc51e7c4e8
commit 483bb62da8
5 changed files with 19 additions and 28 deletions

View File

@ -1,23 +1,21 @@
---
title: 容器网络接口CNI
title: 容器网络接口Container network interfaceCNI
id: cni
date: 2018-05-25
full_link: /zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
full_link: /zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
short_description: >
容器网络接口 (CNI) 插件是遵循 appc/CNI 协议的一类网络插件。
容器网络接口 (Container network interfaceCNI) 插件是遵循 appc/CNI 协议的一类网络插件。
aka:
tags:
- networking
---
<!--
---
title: Container network interface (CNI)
id: cni
date: 2018-05-25
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni
full_link: /docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/
short_description: >
Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification.
@ -25,17 +23,16 @@ short_description: >
aka:
tags:
- networking
---
-->
<!--
Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification.
-->
容器网络接口 (CNI) 插件是遵循 appc/CNI 协议的一类网络插件。
容器网络接口 (Container network interfaceCNI) 插件是遵循 appc/CNI 协议的一类网络插件。
<!--more-->
<!--more-->
<!--
* For information on Kubernetes and CNI, see [**Network plugins**](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni).
* For information on Kubernetes and CNI, see [**Network Plugins**](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/).
-->
* 想了解 Kubernetes 和 CNI 请参考[**网络插件**](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni)。
* 有关 Kubernetes 和 CNI 的信息,请参考[**网络插件**](/zh-cn/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/)。

View File

@ -1,5 +1,5 @@
---
title: 容器运行时接口
title: 容器运行时接口Container Runtime Interface
id: container-runtime-interface
date: 2021-11-24
full_link: /zh-cn/docs/concepts/architecture/cri
@ -10,7 +10,6 @@ aka:
tags:
- cri
---
<!--
title: Container Runtime Interface
id: container-runtime-interface
@ -24,7 +23,9 @@ tags:
- cri
-->
<!-- The main protocol for the communication between the kubelet and Container Runtime. -->
<!--
The main protocol for the communication between the kubelet and Container Runtime.
-->
kubelet 和容器运行时之间通信的主要协议。
<!--more-->
@ -36,7 +37,7 @@ The Kubernetes Container Runtime Interface (CRI) defines the main
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} and
{{< glossary_tooltip text="container runtime" term_id="container-runtime" >}}.
-->
Kubernetes 容器运行时接口CRI定义了主要 [gRPC](https://grpc.io) 协议,
Kubernetes 容器运行时接口Container Runtime InterfaceCRI定义了主要 [gRPC](https://grpc.io) 协议,
用于[集群组件](/zh-cn/docs/concepts/overview/components/#node-components)
{{< glossary_tooltip text="kubelet" term_id="kubelet" >}} 和
{{< glossary_tooltip text="容器运行时" term_id="container-runtime" >}}。

View File

@ -12,7 +12,6 @@ tags:
- workload
---
<!--
---
title: Container Runtime
id: container-runtime
date: 2019-06-05
@ -24,7 +23,6 @@ aka:
tags:
- fundamental
- workload
---
-->
<!--
@ -35,14 +33,12 @@ tags:
<!--more-->
<!--
Kubernetes supports container runtimes such sa
{{< glossary_tooltip term_id="docker">}},
Kubernetes supports container runtimes such as
{{< glossary_tooltip term_id="containerd" >}}, {{< glossary_tooltip term_id="cri-o" >}},
and any other implementation of the [Kubernetes CRI (Container Runtime
Interface)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md).
-->
Kubernetes 支持许多容器运行环境,例如
{{< glossary_tooltip term_id="docker">}}、
{{< glossary_tooltip term_id="containerd" >}}、
{{< glossary_tooltip term_id="cri-o" >}}
以及 [Kubernetes CRI (容器运行环境接口)](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/container-runtime-interface.md)

View File

@ -11,7 +11,6 @@ tags:
- fundamental
- workload
---
<!--
title: Container
id: container
@ -36,5 +35,4 @@ tags:
<!--
Containers decouple applications from underlying host infrastructure to make deployment easier in different cloud or OS environments, and for easier scaling.
-->
容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。
容器使应用和底层的主机基础设施解耦,降低了应用在不同云环境或者操作系统上的部署难度,便于应用扩展。

View File

@ -9,9 +9,7 @@ aka:
tags:
- tool
---
<!--
---
title: containerd
id: containerd
date: 2019-05-14
@ -22,9 +20,11 @@ short_description: >
aka:
tags:
- tool
---
-->
<!--
A container runtime with an emphasis on simplicity, robustness and portability
-->
强调简单性、健壮性和可移植性的一种容器运行时
<!--more-->
@ -34,6 +34,5 @@ containerd is a {{< glossary_tooltip text="container" term_id="container" >}} ru
that runs as a daemon on Linux or Windows. containerd takes care of fetching and
storing container images, executing containers, providing network access, and more.
-->
containerd 是一种{{< glossary_tooltip text="容器" term_id="container" >}}运行时,能在 Linux 或者 Windows 后台运行。
containerd 能取回、存储容器镜像,执行容器实例,提供网络访问等。
containerd 能取回、存储容器镜像,执行容器实例,提供网络访问等。