mirror of https://github.com/istio/istio.io.git
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:
parent
ed20b3745f
commit
6a2b5d572e
|
@ -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) 配置手动进行注册。
|
||||
|
|
Loading…
Reference in New Issue