July 2021
Intermediate to advanced
191 pages
6h 34m
English
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 ...
Read now
Unlock full access