Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please refer to the brokerCertChainAndKey section in the Strimzi documentation for more information.


Prometheus & Grafana

cert-manager provides a metrics endpoint which can be scraped by Prometheus.

Code Block
languageyml
titlescrape config
    scrape_configs:
    - job_name: cert-manager-job
      metrics_path: /metrics
      scheme: http
      static_configs:
      - targets: ['cert-manager.cert-manager:9402']

Once the collection starts you can view these metrics in Prometheus.

Image Added

Grafana also provides a dashboard for these metrics: cert-manager dashbord

Image Added

The metrics can be used to set up alerts on certificate expiration.


Links

Installation

Issuer

SelfSigned

...

Istio Integration

CA Injector

Prometheus Metrics