- Implementing Modern DevOps
- David Gonzalez
- 208字
- 2021-07-08 10:11:16
Modern release management
A few years ago, when I was in the middle of a manual deployment at 4 A.M., I remember asking myself "there has to be a better way". Tools were not mature enough, and the majority of the companies did not consider IT the core of their business. Then, a change happened: DevOps tools started to do well in the open source community and companies started to create continuous delivery pipelines. Some of them were successful, but a big majority of them failed for two reasons:
- Release management process
- Failure in the organizational alignment
We will talk about organizational alignment later on in this chapter. For now, we are going to focus on the release management process as it needs to be completely different from the traditional release management in order to facilitate the software life cycle.
In the preceding section, we talked about different phases:
- Requirements
- Design
- Implementation
- Verification
- Maintenance
We also explained how it works well with gigantic software where we group features into big releases that get executed in a big bang style with all or nothing deployments.
The first try to fit this process into smaller software components was what everyone calls agile, but no one really knew what it was.
- C程序設(shè)計(jì)簡明教程(第二版)
- Python數(shù)據(jù)分析入門與實(shí)戰(zhàn)
- Oracle數(shù)據(jù)庫從入門到運(yùn)維實(shí)戰(zhàn)
- 老“碼”識途
- Learning Salesforce Einstein
- Oracle Exadata專家手冊
- Python編程從0到1(視頻教學(xué)版)
- Java實(shí)戰(zhàn)(第2版)
- C++反匯編與逆向分析技術(shù)揭秘(第2版)
- Kivy Cookbook
- Visual Basic 6.0程序設(shè)計(jì)實(shí)驗(yàn)教程
- QPanda量子計(jì)算編程
- Visual Basic語言程序設(shè)計(jì)上機(jī)指導(dǎo)與練習(xí)(第3版)
- C語言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)與習(xí)題精解
- 軟件開發(fā)中的決策:權(quán)衡與取舍