CI/CD 是更广泛的 DevOps 运动中的一个关键技术实践 — DevOps 从根本上讲是关于文化、协作以及打破开发和运维之间的孤岛,以便更快、更可靠地交付软件。理解这一背景表明 CI/CD 是实现更广泛目标的手段。
DevOps 是什么
text
DEVOPS is a culture/movement uniting DEVELOPMENT and OPERATIONS:
→ break down SILOS between dev (build features) and ops (run systems) — shared
ownership and collaboration instead of "throw it over the wall"
→ CULTURE + practices + tools to deliver software faster and more reliably
→ "you build it, you run it" — teams own their software end-to-end
→ CI/CD is a core TECHNICAL ENABLER of DevOps (but DevOps is broader than tools).
