zh-translation: /docs/reference/glossary/service-registry.md (#7072)

* zh-translation: Update zh translation

* zh-translation: Update zh translation

* zh-translation: Update zh translation
This commit is contained in:
Yanghui Weng 2020-08-25 03:37:29 -05:00 committed by GitHub
parent ed20b3745f
commit 6a2b5d572e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ title: Service Registry
Istio 维护了一个内部服务注册表 (service registry),它包含在服务网格中运行的一组[服务](/zh/docs/reference/glossary/#service)及其相应的[服务 endpoints](/zh/docs/reference/glossary/#service-endpoint)。Istio 使用服务注册表生成 [Envoy](/zh/docs/reference/glossary/#envoy) 配置。
Istio 不提供[服务发现](https://en.wikipedia.org/wiki/Service_discovery),尽管大多数服务都是通过 [Pilot](/zh/docs/reference/glossary/#pilot) adapter 自动加入到服务注册表里的而且这反映了底层平台Kubernetes、Consul、plain DNS的已发现的服务。还有就是可以使用 [`ServiceEntry`](/zh/docs/concepts/traffic-management/#service-entries) 配置手动进行注册。
Istio 不提供[服务发现](https://zh.wikipedia.org/wiki/%E6%9C%8D%E5%8A%A1%E5%8F%91%E7%8E%B0),尽管大多数服务都是通过 [Pilot](/zh/docs/reference/glossary/#pilot) adapter 自动加入到服务注册表里的而且这反映了底层平台Kubernetes、Consul、plain DNS的已发现的服务。还有就是可以使用 [`ServiceEntry`](/zh/docs/concepts/traffic-management/#service-entries) 配置手动进行注册。