cert-manager
cert-manager runs in your cluster and issues and renews TLS certificates as Kubernetes resources. Edka uses it for the public and wildcard certificate flows behind your domains.
- Issues and renews certificates from Let’s Encrypt
- Supports multiple issuer types: ACME, self-signed, and CA
- Manages certificates through Kubernetes-native resources
- Attaches certificates to Gateway API and ingress controllers automatically
Features available
Edka drives two issuance paths through cert-manager. Single hostname domains use HTTP-01 validation on a public Gateway. Wildcard domains use DNS-01 validation through the Edka DNS-01 webhook running in your cluster, which works on both public and private MetalLB Gateway classes. cert-manager renews certificates before expiry and Edka attaches them to the Gateway automatically.
Deploy cert-manager
cert-manager
Security
cert-manager runs in your cluster and issues and renews TLS certificates as Kubernetes secrets, with HTTP-01 and DNS-01 for Gateway API and ingress.