Blue-Green deployment

The idea behind Blue-Green deployment is to have two identical environments that we can easily switch between. In this way we can use the CI/CD to deploy, test, and successfully open up the new environment for production use and subsequently make the current production environment a standby, or it can be used for the next deployment. Even with full CI/CD automation, challenges still exist with cut-over itself; taking software from the final stage of testing to live production has to be done in the minimum time frame without any service downtime or with very minimal downtime. Blue-Green deployment enables a smooth cut-off by having two identical production environments. At any given time frame, one of the environments, ...

Get Industrial Internet Application Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.