- 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.
- What's New in TensorFlow 2.0
- JavaScript 從入門到項(xiàng)目實(shí)踐(超值版)
- Learning Linux Binary Analysis
- 編譯系統(tǒng)透視:圖解編譯原理
- Java 11 Cookbook
- 快人一步:系統(tǒng)性能提高之道
- Learning JavaScript Data Structures and Algorithms
- Scratch3.0趣味編程動(dòng)手玩:比賽訓(xùn)練營(yíng)
- 輕松上手2D游戲開發(fā):Unity入門
- 機(jī)器學(xué)習(xí)微積分一本通(Python版)
- Java編程從入門到精通
- Oracle數(shù)據(jù)庫編程經(jīng)典300例
- C++ System Programming Cookbook
- Modernizing Legacy Applications in PHP
- AMP:Building Accelerated Mobile Pages