Common Deployment Strategies
Jul 14, 2024
Once we have the our code ready to be deployed, there are multiple ways that we could proceed with the deployment. This post looks into some of the most common deployment strategies.
Big Bang Deployment This is one of the earliest methods of deployments, where we deploy all our changes at once, causing some downtime while we transition from the old system to the new. While usually short, the downtime depends on the scale of the system.…