kubernikus icon indicating copy to clipboard operation
kubernikus copied to clipboard

WIP: Scrape kluster metrics

Open databus23 opened this issue 3 years ago • 0 comments

This PR adds to features:

  • It allows us to centrally scrape the kluster metrics (apiserver, ccm, cm scheduler) into a dedicated prometheus with short retention
  • It exposes scheduler, cm, ccm metrics via an ingress so that users can start collecting cluster metrics themselves.

The metrics of all components (except etcd) are protected by kubernetes RBAC, so a service account token with RBAC permissions for /metrics is required.

databus23 avatar Jul 14 '22 15:07 databus23