Is DevOps and CI/CD is same? What is the difference between DevOps and CI/CD ?
DevOps and CI-CD are not two distinct concepts to be distinguished. The CI-CD pipeline is a DevOps component.
Continuous Integration (CI) is a DevOps software development method that allows developers to merge their code changes in a common repository in order to conduct automatic builds and testing.
While
Continuous Delivery (CD) is a DevOps practise that relates to the development, testing, and distribution of software code improvements. The fact that the code is constantly deployable is the most significant aspect of the CD.
The best DevOps approaches used by the DevOps team to deploy code updates more frequently and reliably are known as CI-CD.