strimzi-kafka-operator icon indicating copy to clipboard operation
strimzi-kafka-operator copied to clipboard

feat(example,metrics): kube-state-metrics to monitor custom resource …

Open sebastiangaiser opened this issue 2 months ago • 4 comments

…state

In order to monitor the state of custom resources (CR) inside of the Kubernetes cluster, kube-state-metrics can be deployed. This describes the deployment using the prometheus-community Helm chart.

Issue: https://github.com/strimzi/strimzi-kafka-operator/issues/10276

Type of change

Select the type of your PR

  • Enhancement / new feature

Description

In order to monitor the state of custom resources (CR) inside of the Kubernetes cluster, kube-state-metrics can be deployed. This describes the deployment using the prometheus-community Helm chart.

Checklist

Please go through this checklist and make sure all applicable tasks have been done

  • [x] Write tests
  • [x] Make sure all tests pass
  • [x] Update documentation
  • [x] Check RBAC rights for Kubernetes / OpenShift roles
  • [x] Try your changes from Pod inside your Kubernetes and OpenShift cluster, not just locally
  • [x] Reference relevant issue(s) and close them after merging
  • [ ] Update CHANGELOG.md
  • [x] Supply screenshots for visual changes, such as Grafana dashboards

sebastiangaiser avatar Jun 28 '24 12:06 sebastiangaiser