Blue/Green Deployments
Blue-Green deployment is a technique where the old and the new instances of the application run in parallel at the same time, and a load balancer switches traffic from the older version to the newer version.
See how nginx-multi-upstream-sync policy along
with nginx-multi
type can be used to achieve blue-green deployment.