这里可以做关于 devops 能力的测评。 可以针对这些检查清单对自己的产品/团队的 devops 能力进行检查,如果所有的回答都是强烈同意,说明团队的 devops 能力非常强。 反之则有改善的空间。
https://www.devops-research.com/performance.html
Continuous integration (CI) is the first step towards continuous delivery、This is a development practice where code is regularly checked in, and each check-in triggers a set of quick tests to discover serious regressions, which developers fix immediately、The CI process creates canonical builds and packages that are ultimately deployed and released.
CD 的检查清单Continuous delivery (CD) is the ability to release changes of all kinds on demand quickly, safely, and sustainably、Teams that practice continuous delivery well are able to release software and make changes to production in a low-risk way at any time — including during normal business hours — without impacting users. Learn more
架构设计的检查清单Having a loosely coupled architecture allows your teams to work independently, without relying on other teams for support and services, which in turn enables them to work quickly and deliver value to the organization、It affects the extent to which a team can test and deploy their applications on demand, without requiring orchestration with other services.