- Implementing DevOps with Ansible 2
- Jonathan McAllister
- 182字
- 2021-07-02 19:02:54
Blue-green deployments
Blue-green is a development and deployment concept requiring two copies of the product, one called blue and other green, with one copy being the current release of the product. The other copy is in active development to become the next release as soon as it is deemed fit for production. Another benefit of using this development/deployment model is the ability to roll back to the previous release should the need arise. Blue-green deployments are vital to the concept of CI because, without the future release being developed in conjunction with the current release, hotfixes and fire/damage control become the norm, with innovation and overall focus suffering as a result.
Blue-green deployments specifically allow zero-downtime deployment to take place and for rollbacks to occur seamlessly (since the previous instance was never destroyed). Some very notable organizations have successfully implemented blue-green deployments. These companies include:
- Netflix
- Etsy
- Amazon
As a result of blue-green deployments, there have been some very notable successes within the DevOps world that have minimized the risk of deployment and increased the stability of the software systems.
- Java入門很輕松(微課超值版)
- INSTANT MinGW Starter
- Python金融數(shù)據(jù)分析
- Visual Basic程序設(shè)計教程
- SharePoint Development with the SharePoint Framework
- GameMaker Essentials
- Python網(wǎng)絡爬蟲實例教程(視頻講解版)
- 3ds Max 2018從入門到精通
- 分布式系統(tǒng)架構(gòu)與開發(fā):技術(shù)原理與面試題解析
- Instant AppFog
- Python 3.8編程快速入門
- ACE技術(shù)內(nèi)幕:深入解析ACE架構(gòu)設(shè)計與實現(xiàn)原理
- 計算機應用基礎(chǔ)
- Python編程基礎(chǔ)與應用
- INSTANT OSGi Starter