Y
Hacker News
new
|
ask
|
show
|
jobs
by
suralind
163 days ago
So that's blue green with added version aware routing. What if you need to rollback? Good luck I guess.
1 comments
array_key_first
163 days ago
You can do phased deployments with blue green, that's what we do. It depends on your application but ours has a natural segmentation by client. And when you roll back you just flip the active and passive again.
link