Definition

Virtual services and Destination rules are the essential building blocks of Istio’s traffic routing functionality. A virtual service could configure how requests are routed to a service within an Istio service mesh. Each virtual service consists of a set of routing rules. Letting Istio match each request to the virtual service to a specific real destination within the mesh.

Examples

Reference List

  1. https://istio.io/latest/docs/reference/config/networking/virtual-service/
  2. https://istio.io/latest/docs/concepts/traffic-management/#virtual-services