Update service-mesh-probe.md (#2442)

Make the Istio img address available.
This commit is contained in:
于玉桔 2019-04-04 12:57:49 +08:00 committed by 吴晟 Wu Sheng
parent 15ba78d9ba
commit b54d9ff6d1
1 changed files with 1 additions and 1 deletions

View File

@ -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