Bird
0
0

You want to apply a traffic routing rule in Istio to send 80% of traffic to version v1 and 20% to version v2 of a service. Which Istio resource should you configure?

hard📝 Workflow Q8 of 15
Kubernetes - Service Mesh
You want to apply a traffic routing rule in Istio to send 80% of traffic to version v1 and 20% to version v2 of a service. Which Istio resource should you configure?
ADestinationRule
BServiceEntry
CGateway
DVirtualService
Step-by-Step Solution
Solution:
  1. Step 1: Identify resource for traffic routing

    VirtualService defines traffic routing rules including traffic splits.
  2. Step 2: Differentiate from other resources

    DestinationRule configures policies for destinations, Gateway manages ingress, ServiceEntry adds external services.
  3. Final Answer:

    VirtualService -> Option D
  4. Quick Check:

    Traffic routing uses VirtualService [OK]
Quick Trick: Use VirtualService to split traffic between versions [OK]
Common Mistakes:
  • Using DestinationRule for routing
  • Confusing Gateway with routing rules
  • Misusing ServiceEntry

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes