mirror of https://github.com/istio/istio.io.git
Add routing rules to the glossary (#4711)
Signed-off-by: Nancy Avinger <navinger@google.com>
This commit is contained in:
parent
2f11cf96ca
commit
3b3419ab3b
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Routing Rules
|
||||
---
|
||||
Routing rules, which you configure in a virtual service, 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 set up complex
|
||||
[traffic routing](/docs/concepts/traffic-management/#traffic-routing-and-configuration)
|
||||
scenarios.
|
||||
Loading…
Reference in New Issue