Skip to content

Commit 8804605

Browse files
committed
[zh] synchronize translate service-catalog.md
1 parent 77ca45a commit 8804605

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/zh/docs/concepts/extend-kubernetes/service-catalog.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The application can simply use it as a service.
5656
5757
Service Catalog uses the [Open service broker API](https://github.com/openservicebrokerapi/servicebroker) to communicate with service brokers, acting as an intermediary for the Kubernetes API Server to negotiate the initial provisioning and retrieve the credentials necessary for the application to use a managed service.
5858
59-
It is implemented as an extension API server and a controller, using etcd for storage. It also uses the [aggregation layer](/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/) available in Kubernetes 1.7+ to present its API.
59+
It is implemented using a [CRDs-based](/docs/concepts/extend-kubernetes/api-extension/custom-resources/#custom-resources) architecture.
6060
6161
![Service Catalog Architecture](/images/docs/service-catalog-architecture.svg)
6262
-->
@@ -66,10 +66,8 @@ It is implemented as an extension API server and a controller, using etcd for st
6666
与服务代理进行通信,并作为 Kubernetes API 服务器的中介,以便协商启动部署和获取
6767
应用程序使用托管服务时必须的凭据。
6868

69-
服务目录实现为一个扩展 API 服务器和一个控制器,使用 Etcd 提供存储。
70-
它还使用了 Kubernetes 1.7 之后版本中提供的
71-
[聚合层](/zh/docs/concepts/extend-kubernetes/api-extension/apiserver-aggregation/)
72-
来呈现其 API。
69+
它是[基于 CRDs](/zh/docs/concepts/extend-kubernetes/api-extension/custom-resources/#custom-resources)
70+
架构实现的。
7371

7472
![服务目录架构](/images/docs/service-catalog-architecture.svg)
7573

0 commit comments

Comments
 (0)