Updated on 2025-04-25 GMT+08:00

Traffic Mirroring

Traffic mirroring sends a copy of live traffic to a mirrored out-of-band service.

Configure the YAML file as follows:

spec:
  hosts:
    - forecast
  http:
  - route:
    - destination:
        host: forecast
    mirror:                       # Configure mirroring parameters.
      host: forecast-plus

You can configure the parameters based on site requirements.