Istio 的主要组件
Istio 主要由控制面组件和数据面组件组成。Istio 1.20.0(https://github.com/istio/istio/releases/download/1.20.0/istio-1.20.0-linux-arm64.tar.gz) 默认安装的组件如下:
Envoy
Sidecar proxies per microservice to handle ingress/egress traffic between services in the cluster and from a service to external services. The proxies form a secure microservice mesh providing a rich set of functions like discovery, rich layer-7 routing, circuit breakers, policy enforcement and telemetry recording/reporting functions.
每个微服务都使用Sidecar代理来处理集群中服务之间以及从服务到外部服务的出入站流量。代理形成安全的微服务网格,提供丰富的功能,如发现、丰富的7层路由、断路器、策略执行和遥测记录/报告功能。
Istiod
The Istio control plane. It provides service discovery, configuration and certificate management. It consists of the following sub-components:
-
-
Pilot - Responsible for configuring the proxies at runtime.
-
Citadel - Responsible for certificate issuance and rotation.
-
Galley - Responsible for validating, ingesting, aggregating, transforming and distributing config within Istio.
-
Operator
The component provides user friendly options to operate the Istio service mesh.
标签:入门,service,Responsible,istio,Istio,组件,proxies From: https://www.cnblogs.com/zuoyang/p/17844443.html