Skip to content

A/B testing via weights #21

@kevindeyne

Description

@kevindeyne

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions