cert-manager/cert-manager

Description: Automatically provision and manage TLS certificates in Kubernetes

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 3 hours ago
Added to GitGenius on June 25th, 2026
Created on May 24th, 2017
Open Issues & Pull Requests: 242 (+0)
Number of forks: 2,408
Total Stargazers: 13,951 (+1)
Total Subscribers: 143 (+0)

Issue Activity (beta)

Open issues: 151
New in 7 days: 7
Closed in 7 days: 2
Avg open age: 560 days
Stale 30+ days: 109
Stale 90+ days: 43

Recent activity

Opened in 7 days: 7
Closed in 7 days: 2
Comments in 7 days: 7
Events in 7 days: 24

Top labels

  • kind/bug (317)
  • lifecycle/rotten (252)
  • kind/feature (239)
  • priority/backlog (76)
  • priority/important-longterm (50)
  • lifecycle/stale (45)
  • lifecycle/frozen (41)
  • good first issue (40)

Repository Insights (GitGenius)

Median issue/PR response: 36.3 hours
Mean response time: 32.0 days
90th percentile: 90.1 days
Tracked items: 723

Most active contributors

Detailed Description

cert-manager is a Kubernetes-native project written in Go that automates the provisioning, renewal, and management of TLS certificates within Kubernetes clusters. It extends Kubernetes by adding certificates and certificate issuers as custom resource types, allowing operators to define and manage certificate lifecycles declaratively alongside other cluster resources.

The project supports multiple certificate sources including Let's Encrypt via ACME protocol, HashiCorp Vault, CyberArk Certificate Manager, and local in-cluster issuance. This flexibility enables organizations to integrate cert-manager with their existing PKI infrastructure or use public certificate authorities. Beyond initial certificate issuance, cert-manager continuously monitors certificate validity and automatically renews certificates before expiry, reducing operational toil and the risk of service outages caused by expired certificates.

A primary use case documented in the project is automatic TLS certificate provisioning for Kubernetes Ingress resources, particularly with nginx-ingress controllers. This allows teams to secure HTTP traffic to their applications without manual certificate management. The project provides comprehensive documentation at cert-manager.io covering installation across various supported methods, getting started guides, troubleshooting resources, and contribution guidelines.

According to GitGenius activity tracking across 710 issues and pull requests, the project maintains a median response latency of 39.9 hours, indicating active community engagement. The most frequently labeled issues fall into three categories: kind/bug with 301 occurrences, lifecycle/rotten with 228, and kind/feature with 226, reflecting ongoing maintenance and feature development. The core contributor team includes maelvls, wallrj, and inteon as the most active triagers and contributors, each with over 250 tracked events. The project shares contributors with other significant Kubernetes ecosystem projects including argoproj/argo-cd, knative/eventing, and keycloak/keycloak, indicating its importance within the broader cloud-native community.

The codebase is actively developed with support for both Linux and macOS development environments, though macOS requires additional tooling setup. The project explicitly notes that while it provides API version guarantees under the Kubernetes Deprecation Policy, most code under pkg/ is not subject to Go module compatibility guarantees and may change in breaking ways between releases. This design choice prioritizes API stability for end users while maintaining development flexibility.

cert-manager evolved from earlier projects including kube-lego and incorporated lessons from similar certificate management tools. The project prioritizes security as its top concern and provides a dedicated security reporting process. It is distributed through multiple channels including Helm charts and Artifact Hub, with active community engagement through a Google Group, public meetings, and Kubernetes Slack channels dedicated to both user support and development discussion.

cert-manager
by
cert-managercert-manager/cert-manager

Repository Details

Fetching additional details & charts...