Part 3: Maintenance
This part covers some advanced topics of Go microservice development, such as reliability, observability, alerting, ownership, and security. You will learn how to handle different types of microservice-related issues, how to collect and analyze service performance data, how to set up automated service incident alerting, and how to secure communication between your microservices. The part includes lots of best practices and examples that will help to apply the newly gained knowledge to your microservices.
This contains the following chapters:
- Chapter 10, Reliability Overview
- Chapter 11, Collecting Service Telemetry Data
- Chapter 12, Setting up Service Alerting
- Chapter 13, Advanced Topics