Hacker News new | ask | show | jobs
by streetcat1 1808 days ago
It is called canary deployment. Look it up.
1 comments

Not really, canary is typically a single instance in a group of servers or containers, most often for testing correctness.

OP is more likely looking for traffic segmentation with sticky sessions, maybe something like https://launchdarkly.com/

You could certainly achieve this with nginx and some business logic