System Design Concepts
Blue/Green Deployment strategy
Find out what is Blue Green Deployment strategy, it’s key benefits and points to keep in mind when using Blue Green deployment strategy
Find out what is Blue Green Deployment strategy, it’s key benefits and points to keep in mind when using Blue Green deployment strategy
Findout what is Rolling Update deployment strategy, it’s key benefits and points to keep in mind when using Rolling Update deployment strategy
Find out what is recreate deployment strategy, it’s key benefits and points to keep in mind when using recreate deployment strategy
What are the different deployment strategies available with Kubernetes deployment? Re-Create Rolling Updates What is Re-Create Strategy? In re-create strategy: All earlier PODs are destroyed first. Then new PODs are created with new version. Problem: There is a time when application is down and can’t receive any request. What is Read more…