Skip to content

Commit 07cafe7

Browse files
authored
Merge pull request #30339 from ptux/patch-4
Update _index.md
2 parents 5898244 + 6ae08f5 commit 07cafe7

File tree

1 file changed

+4
-3
lines changed
  • content/zh/docs/concepts/extend-kubernetes

1 file changed

+4
-3
lines changed

content/zh/docs/concepts/extend-kubernetes/_index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,11 +155,12 @@ calls out to a remote service, it is called a *Webhook*. The remote service
155155
is called a *Webhook Backend*. Like Controllers, Webhooks do add a point of
156156
failure.
157157
-->
158-
编写客户端程序有一种特殊的*Controller控制器*模式,能够与 Kubernetes 很好地
158+
编写客户端程序有一种特殊的 *Controller(控制器)* 模式,能够与 Kubernetes 很好地
159159
协同工作。控制器通常会读取某个对象的 `.spec`,或许还会执行一些操作,之后更新
160160
对象的 `.status`
161+
*Controller(控制器)* 是 Kubernetes 的客户端。
161162

162-
控制器是 Kubernetes 的客户端。当 Kubernetes 充当客户端,调用某远程服务时,对应
163+
当 Kubernetes 充当客户端,调用某远程服务时,对应
163164
的远程组件称作*Webhook*。 远程服务称作*Webhook 后端*
164165
与控制器模式相似,Webhook 也会在整个架构中引入新的失效点(Point of Failure)。
165166

@@ -176,7 +177,7 @@ Below is a diagram showing how the extension points interact with the
176177
Kubernetes control plane.
177178
-->
178179
在 Webhook 模式中,Kubernetes 向远程服务发起网络请求。
179-
*可执行文件插件(Binary Plugin)*模式中,Kubernetes 执行某个可执行文件(程序)。
180+
*可执行文件插件(Binary Plugin)* 模式中,Kubernetes 执行某个可执行文件(程序)。
180181
可执行文件插件在 kubelet (例如,
181182
[FlexVolume 插件](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-storage/flexvolume.md)
182183
[网络插件](/zh/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/)

0 commit comments

Comments
 (0)