From the course: DevOps Foundations: Going Cloud Native

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Investing in CI/CD

Investing in CI/CD

- [Narrator] CI/CD is commonly known as Continuous Integration and Continuous Deployment or Delivery. Continuous integration is a development principle to integrate code into a repository multiple times a day. Each code integration kicks off a build that verifies that the latest changes pass the acceptance criteria that are defined in a set of tests. These tests indicate whether a build passes or fails. Continuous deployment is the act of being able to release every good build to the end user. Continuous delivery is similar to continuous deployment, but you might not always release every good build to production. Instead you, or your business counterparts, might choose what to publish. CI/CD has played an essential role for many years now in application development, testing, and devops to verify that the software quality released are appropriate to organizational standards. So, how does CI/CD fit in the Cloud Native world? Containerization is a strategy to package applications. And…

Contents