Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Blue Green Deployment

Blue green deployment is an application release model that gradually transfers user traffic from a previous version of an app or microservice to a nearly identical new release—both of which are running in production.

This process is part of your [continuous-deployment] pipeline, handled by tools like [spinnaker]