You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please don't attempt to edit this page to change the indentation to fix the
12
+
examples. The indentation is correct, but the template rendering is wrong.
13
+
See the callout below.
14
+
-->
15
+
16
+
{{< warning >}}
17
+
A [template bug in the Istio website code](https://github.com/istio/istio.io/issues/15689)
18
+
means that the examples on this page do not render properly.
19
+
You can [view the page source](https://raw.githubusercontent.com/istio/istio.io/master/content/en/docs/tasks/traffic-management/mirroring/index.md) to see the correct manifests.
20
+
{{< /warning >}}
21
+
10
22
This task demonstrates the traffic mirroring capabilities of Istio.
11
23
12
24
Traffic mirroring, also called shadowing, is a powerful concept that allows
0 commit comments