错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

CI/CD for Microservice Containers

  • Binildas A. Christudas

摘要

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.