Explain Blue-Green deployment technique
Explain Blue-Green deployment technique
Blue-green deployment is a software deployment technique that utilizes two identical production environments (a "blue environment" and a "green environment") to minimize downtime and risk when deploying updates. It works by deploying the new version of the application to the inactive environment (e.g. green), while the current version is still running on the blue environment. Once the new version is tested and verified, traffic is switched from the blue to the green environment, making the new version live[1][2].
The key steps in a blue-green deployment are:
Blue-green deployments provide several benefits:
middle
Gợi ý câu hỏi phỏng vấn
Chưa có bình luận nào