cert-manager
Automates issuing, renewing, and managing TLS certificates for Kubernetes applications, eliminating manual certificate handling.
Overview
cert-manager watches for certificate requests defined as Kubernetes resources and automatically obtains, renews, and installs TLS certificates from a certificate authority - including free automated ones like Let's Encrypt - so a team never manually generates or renews a cert again. It's a CNCF project that has become the standard way to handle TLS on Kubernetes.
cert-manager is a fit for any team running services on Kubernetes that need TLS certificates, a foundational piece of infrastructure that complements ingress and proxy tools already in this catalog like Traefik and Caddy.
- Categories
- DevOps
- Languages
- Go
- License
- Apache-2.0
Related Projects
Ansible
GPL-3.0Radically simple IT automation platform for configuration management, deployment and orchestration.
- DevOps
Kubescape
Apache-2.0Kubernetes security posture and compliance scanner that checks clusters against security frameworks and best practices.
- DevOps
Kyverno
Apache-2.0Kubernetes-native policy engine that lets you write and enforce policies using plain YAML instead of a separate policy language.
- DevOps
Argo CD
Apache-2.0The leading GitOps continuous delivery tool for Kubernetes, automatically syncing your cluster state to match what's defined in git.
- DevOps
Spotted an error? Suggest an edit on GitHub.