We have many types of deployments like Canary, Blue-Green, big bang etc. Each deployment have its own pros and cons. In this article, I have described about what is Blue-Green deployment, how it works, why Blue-Green deployment and comparison of blue-green deployment with big bang deployment and some limitations of this deployment strategy.
Read MoreTag: deployment
Canary deployment
When company emphasis on using of continuous delivery, then a company needs to decide which deployment strategy to use. There are many deployment strategies are exists like “Big bang”, “Rolling deployment”, “Blue Green” and “Canary deployment”.
Read More