July 2019
Intermediate to advanced
502 pages
14h
English
Your microservices are deployed and running on Kubernetes. You can update the version of your microservices whenever it is needed. Kubernetes takes care of healing and scaling automatically. However, you still need to monitor your system and keep track of errors and performance. This is important for addressing problems, but also for informing you on potential improvements, optimizations, and cost cutting.
There are several categories of information that are relevant and that you should monitor:
When considering a system composed of multiple microservices and multiple supporting components, the number of logs will be substantial. The ...