--- title: Mirroring description: This task demonstrates the traffic shadowing/mirroring capabilities of Istio weight: 60 --- > This task uses the new [v1alpha3 traffic management API](/blog/2018/v1alpha3-routing/). The old API has been deprecated and will be removed in the next Istio release. If you need to use the old version, follow the docs [here](https://archive.istio.io/v0.7/docs/tasks/traffic-management/). This task demonstrates the traffic shadowing/mirroring capabilities of Istio. Traffic mirroring is a powerful concept that allows feature teams to bring changes to production with as little risk as possible. Mirroring brings a copy of live traffic to a mirrored service and happens out of band of the critical request path for the primary service. ## Before you begin * Setup Istio by following the instructions in the [Installation guide](/docs/setup/). * Start two versions of the `httpbin` service that have access logging enabled httpbin-v1: ```bash cat < ``` 1. Change the route rule to mirror traffic to v2 ```bash cat <