- Practical DevOps
- Joakim Verona
- 242字
- 2021-07-16 09:48:04
Scrum, Kanban, and the delivery pipeline
How does the Continuous Delivery pipeline that we have described in this chapter support Agile processes such as Scrum and Kanban?
Scrum focuses on sprint cycles, which can occur biweekly or monthly. Kanban can be said to focus more on shorter cycles, which can occur daily.
The philosophical differences between Scrum and Kanban are a bit deeper, although not mutually exclusive. Many organizations use both Kanban and Scrum together.
From a software-deployment viewpoint, both Scrum and Kanban are similar. Both require frequent hassle-free deployments. From a DevOps perspective, a change starts propagating through the Continuous Delivery pipeline toward test systems and beyond when it is deemed ready enough to start that journey. This might be judged on subjective measurements or objective ones, such as "all unit tests are green."
Our pipeline can manage both the following types of scenarios:
- The build server supports the generation of the objective code quality metrics that we need in order to make decisions. These decisions can either be made automatically or be the basis for manual decisions.
- The deployment pipeline can also be directed manually. This can be handled with an issue management system, via configuration code commits, or both.
So, again, from a DevOps perspective, it doesn't really matter if we use Scrum, Scaled Agile Framework, Kanban, or another method within the lean or Agile frameworks. Even a traditional Waterfall process can be successfully managed—DevOps serves all!
- Learning Real-time Processing with Spark Streaming
- HTML5 移動Web開發從入門到精通(微課精編版)
- DevOps Automation Cookbook
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Highcharts Cookbook
- 零基礎趣學C語言
- Python之光:Python編程入門與實戰
- Python機器學習:預測分析核心算法
- 深入理解C指針
- Go語言開發實戰(慕課版)
- Extending Unity with Editor Scripting
- 深入實踐DDD:以DSL驅動復雜軟件開發
- Scrapy網絡爬蟲實戰
- 黑莓(BlackBerry)開發從入門到精通
- HoloLens Blueprints