mirror of https://github.com/istio/istio.io.git
11 lines
494 B
Markdown
11 lines
494 B
Markdown
---
|
|
title: Routing Rules
|
|
test: n/a
|
|
---
|
|
|
|
Routing rules, which you configure in a [virtual service](/docs/concepts/traffic-management/#virtual-services),
|
|
define the paths that requests follow within the service mesh. With routing rules, you can define
|
|
conditions to route traffic addressed to the virtual service's host to specific
|
|
destination workloads. Routing rules let you control traffic for tasks
|
|
like A/B testing, canary rollouts, and staged rollouts with percentage-based traffic splits.
|