Kubernetes - Service Mesh
Given this VirtualService snippet, what will be the effect on traffic?
spec:
http:
- route:
- destination:
host: reviews
subset: v1
weight: 90
- destination:
host: reviews
subset: v2
weight: 10