View Single Post

  #2  
Old 11-06-2015, 11:24 AM
walkinthecloud walkinthecloud is offline
Member
 
Join Date: Sep 2015
Posts: 44
Default

In blue-green model, two identical application stacks are maintained (for convenience, I will refer to our application server instances and service instances as a stack, database deployments are done separately .

One of the stack is always live, let us say green is live and blue is standby. When we want to deploy a new build to production, we deploy it on blue stack and do thorough testing.

Once new build seems to work fine, the blue stack goes live and green becomes standby. This helps us do a quick rollback if issues are identified during deployment or sanity check.
Reply With Quote