You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Describe the solution you'd like
A clear and concise description of what you want to happen.
for example,where app A access app B(A us-east to B us-east,A us-west to B us-west ),but now i find flow (url prefix=/api/v1) has problem,i want to shifting app A 50% in us-east to B us-west(but only affect flow which url's prefix eq /api/v1 ),how to achieve by GlobalTrafficPolicy?
thanks!
The text was updated successfully, but these errors were encountered:
@thinkin Locality load balancing in istio is currently supported at a host level (its configurable on DestinationRule). Supporting the behavior at a route level would need some sophisticated configuration to create east and west specific endpoints (service entries?) and then using Istio VirtualService to shift traffic. I don't think this specific use case can be supported at the moment in admiral without native Istio support.
Also, what you are testing above is a blue/green deployment (see argo rollouts, we are adding support in admiral for rollouts in admiral v1.0 release) meaning you can use same region to test what you want do not need to mix locality into this testing, because I don't see why /api/v1 would fail in west and not other APIs? Let me know your thoughts.
benchi
changed the title
[FEATURE] How to achieve GlobalTrafficPolicy by different request
[FEATURE] GlobalTrafficPolicy differentiation by URI (Request Path)
Nov 23, 2020
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is.
Describe the solution you'd like
A clear and concise description of what you want to happen.
for example,where app A access app B(A us-east to B us-east,A us-west to B us-west ),but now i find flow (url prefix=/api/v1) has problem,i want to shifting app A 50% in us-east to B us-west(but only affect flow which url's prefix eq /api/v1 ),how to achieve by GlobalTrafficPolicy?
thanks!
The text was updated successfully, but these errors were encountered: