This chapter covers the widely used practices of continuous integration (CI) and continuous delivery (CD). When a microservice is being developed, you have to be sure that every feature is tested and works and think about how to deliver an application to your servers or deploy it to the cloud.
In this chapter, we'll study how to do the following:
- How to use tools to check the code
- How to build the code automatically using CI tools
- How to deploy the compiled code to servers