angelopoerio / verify-k8s-certs

Discover expired TLS certificates in the services of a kubernetes cluster
8 stars 0 forks source link
golang kubernetes metrics observability prometheus prometheus-exporter

About

verify-k8s-certs is a daemon (prometheus exporter) to discover expired TLS certificates in a kubernetes cluster. It exposes the informations as Prometheus metrics that can be scraped.

Build & dockerize

Build the daemon:

go build -o verify-k8s-certs

Build the docker image:

docker build -t verify-k8s-certs .

How to run

Metrics

The exposed Prometheus metrics are the following ones (at the endpoint /metrics):

Author

Angelo Poerio angelo.poerio@gmail.com