As this chapter is just an introduction to microservices, we will not go into the details of implementation. However, we will just have an overview of how we will implement different things in microservices. We have already discussed RESTful web service implementation in this book. However, here are some other pieces that come with microservices. So, we will just get idea of what is involved in implementing these parts.
Implementation
Deployments
We will have deployments automated. We will use continuous delivery tools. Continuous delivery is a process in which there are frequent deliveries with short cycles, and it ensures that software can be reliably released at any time. It aims to release software faster and minimize...