/operator-observability-tutorial

Tutorial for https://github.com/machadovilaca/operator-observability

Primary LanguageGoApache License 2.0Apache-2.0

Tutorial on how to use operator-observability package

The operator-observability package is a set of utilities for Kubernetes Operators to help with observability while following Operator SDK Observability Best Practices.

In this tutorial we will show how to use the package to instrument a simple operator-sdk operator.

Parts

This tutorial is divided in 4 parts:

  1. Generating an operator with operator-sdk
  2. Adding metrics to the operator
  3. Adding alerts and recording rules to the operator
  4. Generating documentation for the operator