-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Consider load balancing as well as A/B testing:
If a microservice, with the same version, with /sample-a gets deployed twice - it should load balance between the two. 50/50 weights.
However if we deploy with a different version, the newest one should be deployed as 100/0 (all traffic going to the old one), unless otherwise specified.
We should have a UI to manage this, but also need to think about how versions of an app would get deployed and how we can reliably use these.
Reactions are currently unavailable