cert-manager Integration for Grafana Cloud
cert-manager is a native Kubernetes certificate management controller. It can help with issuing certificates from a variety of sources, such as Let’s Encrypt, HashiCorp Vault, Venafi, a simple signing key pair, or self signed.
Use the walkthrough in Grafana Cloud to install the cert-manager Integration, like in our Quickstart.
Post-install configuration for the cert-manager Integration
In the agent configuration file, the agent must be pointed to the cert-manager endpoint, such as cert-manager:9402
in the example below, that exposes the /metrics
endpoint.
prometheus:
configs:
- name: integrations
scrape_configs:
- job_name: cert-integration
static_configs:
- targets: ['cert-manager:9402']