cert-manager, explained.
cert-manager is the most popular tool for automating certificates in Kubernetes. It requests, stores, and renews certificates from issuers like Let’s Encrypt and private CAs — here’s how it works and where its limits are.
cert-manager is an open-source Kubernetes add-on that automates the issuance and renewal of TLS certificates. It introduces Kubernetes resources — Issuers and Certificates — that request certs from a CA and store them as secrets for workloads to use.
Issuer to certificate
to secret.
Define where certificates come from — ACME, a private CA, or Vault.
A Certificate resource declares the cert you want.
cert-manager obtains the cert and saves it as a secret.
It renews the certificate before expiry, automatically.
Great inside one cluster —
blind beyond it.
cert-manager is excellent at in-cluster automation. But it isn’t a platform: it doesn’t unify, risk-score, or map the certificates it manages.
cert-manager automates certs within a cluster — not across your whole estate.
It manages certs but doesn’t give a unified view across clusters and clouds.
Many clusters mean many cert-manager instances with no shared picture.
It issues and renews, but doesn’t score risk or map ownership and impact.
Add the platform layer
cert-manager lacks.
cert-manager certs alongside public, cloud, and internal.
Every cluster’s certs in one inventory.
Score and prioritize cluster certificates.
Extend automation beyond the cluster.
Tie cluster certs to teams and on-call.
Complements, never replaces, cert-manager.
cert-manager,
answered.
Related topics
See your cert-manager certs in one place.
Unify cert-manager certificates across every cluster with the rest of your certificate estate.