Menu
Grafana Cloud

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.

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.

metrics:
  configs:
    - name: integrations
      scrape_configs:
        - job_name: cert-integration
          static_configs:
            - targets: ['cert-manager:9402']