8 Observability

 

This chapter covers

  • Relating GitOps to observability
  • Providing observability of Kubernetes to a cluster operator
  • Enabling GitOps through Kubernetes observability
  • Improving the observability of the system with GitOps
  • Using tools and techniques to ensure your cloud-native applications are also observable

Observability is vital to manage a system properly, determine if it is working correctly, and decide what changes are needed to fix, change, or improve its behavior (such as how to control the system). Observability has been an area of interest in the cloud-native community for some time, with many projects and products being developed to allow observability of systems and applications. The Cloud Native Computing Foundation recently formed a Special Interest Group (SIG) dedicated to observability.1

8.1 What is observability?

8.1.1 Event logging

8.1.2 Metrics

8.1.3 Tracing

8.1.4 Visualization

8.1.5 Importance of observability in GitOps

8.2 Application health

8.2.1 Resource status

8.2.2 Readiness and liveness

8.2.3 Application monitoring and alerting

8.3 GitOps observability

8.3.1 GitOps metrics

8.3.2 Application sync status

8.3.3 Configuration drift

8.3.4 GitOps change log

Summary

sitemap