DevOps vs CI/CD
DevOps is a culture and a process for more efficient development of software.
A CI/CD pipeline is a specific set of steps merged with tools and automations that allow that a DevOps cycle happen. It is a culture of small and frequent releases.
Although CI/CD is a part of DevOps culture, DevOps is much wider, going from:
Team structure
Observability
and more..
DevOps implementation varies between organizations, but in its essence, it cannot be done without CI/CD.
Last updated