From the course: CompTIA Cloud+ (CV0-004) Cert Prep
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
CI/CD artifacts and repositories
From the course: CompTIA Cloud+ (CV0-004) Cert Prep
CI/CD artifacts and repositories
- Now let's talk about Continuous Integration and Continuous Deployment, CI/CD. CI/CD is a common process that is implemented within the DevOps arena. It allows you to have a different model for software deployment than the historical traditional model. So, when we go way back, software development has traditionally been based on the Waterfall Model. And there was another one called the Spiral Model that was common. And basically what it does is it breaks it into stages, and you go through each stage. And when you're done, the whole application is finished. And then if you're going to change anything, well, that's going to be in version two. And we'll do a whole new waterfall when we're ready to do that, develop a whole new version and deploy that whole new version. CI/CD says, you know what? We can actually use a more agile type of development process, which means that we can do sprints, short-term actions that result…