4. Application Deployment and Security
4.1 Diagnose a CI/CD pipeline failure (such as missing dependency, incompatible versions of components, and failed tests)
CI/CD is a method to frequently deliver apps to customers by introducing automation and testing to the integration and delivery/deployment process. This process is typically implemented as CI/CD pipelines, which are a series of steps that must be performed in order to deliver a new version of the application.
The “CI” part of CI/CD is continuous integration, which is an automation process for developers. Successful CI means new code changes to an app are regularly built, tested, and merged to a shared repository. For the containerized application it means that a new application image ...
Get Cisco DEVCOR 350-901 Study Guide now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.