CI/CD for Microservice Containers
摘要
An app is an aggregate of many microservices, and code changes must be regularly built, tested, and merged to a shared repository. You may have a single repository or multiple repositories for an app, such as a separate repository for each microservice. Regardless of the repository strategy, there must be a process to minimize conflicts and enable a continuous, frictionless release. CI and CD are intended to minimise associated issues, and we will be covering it in this chapter, again with some samples in action.