From fe98490b97a9c7ce25c8c5aed9bd606bef1ad42d Mon Sep 17 00:00:00 2001 From: zoidbergwill Date: Mon, 18 Nov 2019 12:26:17 +0100 Subject: [PATCH] Fix Istio architecture link (#3885) --- docs/en/concepts-and-designs/service-mesh-probe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/concepts-and-designs/service-mesh-probe.md b/docs/en/concepts-and-designs/service-mesh-probe.md index 8656688f0..f65460fc6 100644 --- a/docs/en/concepts-and-designs/service-mesh-probe.md +++ b/docs/en/concepts-and-designs/service-mesh-probe.md @@ -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: - +![Istio Architecture](https://istio.io/docs/ops/architecture/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