Part 3:Securing, Testing, and Deploying Microservices
In this final part, we will focus on the crucial aspects of securing, testing, and deploying microservices. We’ll learn about implementing authentication, authorization, and monitoring tools to ensure that your microservices are secure and reliable. This section also covers the process of building a CI/CD pipeline, which is vital for automating the deployment of your microservices, and concludes with strategies to deploy our microservices to production.
This part contains the following chapters:
- Chapter 9, Securing Microservices
- Chapter 10, Monitoring Microservices
- Chapter 11, Microservices Architecture
- Chapter 12, Testing Microservices
- Chapter 13, A CI/CD Pipeline for Your Microservices