Kubernetes - Service Mesh
You wrote this VirtualService snippet but traffic is not splitting as expected:
route:
- destination:
host: productpage
subset: v1
weight: 50
- destination:
host: productpage
subset: v2
weight: 60
What is the error?