Update service-mesh-probe.md (#2442)
Make the Istio img address available.
This commit is contained in:
parent
15ba78d9ba
commit
b54d9ff6d1
|
|
@ -12,7 +12,7 @@ such as A/B testing, canary releases, rate limiting, access control, and end-to-
|
|||
Istio is a very typical Service Mesh design and implementor. It defines **Control Panel** and **Data Panel**,
|
||||
which are wide used. Here is Istio Architecture:
|
||||
|
||||
<img src="https://istio.io/docs/concepts/what-is-istio/img/overview/arch.svg"/>
|
||||
<img src="https://istio.io/docs/concepts/what-is-istio/arch.svg"/>
|
||||
|
||||
Service Mesh probe can choose to collect data from **Control Panel** or **Data Panel**. In Istio,
|
||||
it means collecting telemetry data from Mixer(Control Panel) or Envoy sidecar(Data Panel). Underlying
|
||||
|
|
|
|||
Loading…
Reference in New Issue