From the course: CompTIA SecurityX (CAS-005) Cert Prep

Unlock this course with a free trial

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

Continuous integration/continuous deployment (CI/CD)

Continuous integration/continuous deployment (CI/CD)

From the course: CompTIA SecurityX (CAS-005) Cert Prep

Continuous integration/continuous deployment (CI/CD)

- We're still talking about securing the DevOps lifecycle, and we just simply have to talk about CI/CD, which is so incredibly popular, Continuous Integration/Continuous Deployment. This software development practice is where code changes are automatically built, tested, and deployed to production environments. CI/CD helps teams deliver updates more frequently and with higher quality. Some example standards of CI/CD coding would be code formatting, consistent indentation, consistent spacing and naming conventions. CI/CD can help us with our modularity, writing modular code, microservices and containers with clear separations of concerns. There's error handling, properly managing errors and exceptions. There's documentations, including comments and documentation to explain complex code sections, and of course, version control, perhaps using systems like Git or maybe something like AWS Elastic Container Service or Elastic Container Registry to track changes and collaborate effectively…

Contents