Traffic Management (v1alpha3)
WIP - Describes tasks that demonstrate traffic routing features of Istio service mesh.
- Configuring Request Routing. This task shows you how to configure dynamic request routing based on weights and HTTP headers.
- Fault Injection. This task shows how to inject delays and test the resiliency of your application.
- Traffic Shifting. This task shows you how to migrate traffic from an old to new version of a service.
- Setting Request Timeouts. This task shows you how to setup request timeouts in Envoy using Istio.
- Control Ingress Traffic. Describes how to configure Istio to expose a service outside of the service mesh.
- Control Egress Traffic. Describes how to configure Istio to route traffic from services in the mesh to external services.
- Control Egress TCP Traffic. Describes how to configure Istio to route TCP traffic from services in the mesh to external services.
- Circuit Breaking. This task demonstrates the circuit-breaking capability for resilient applications
- Mirroring. This task demonstrates the traffic shadowing/mirroring capabilities of Istio