PalmStoneGames / kube-cert-manager

Manage Lets Encrypt certificates for a Kubernetes cluster.
Apache License 2.0
540 stars 102 forks source link

Comparison with https://github.com/jetstack/kube-lego? #72

Open olalonde opened 7 years ago

olalonde commented 7 years ago

A comparison with https://github.com/jetstack/kube-lego would be helpful. AFAICT, both projects have the same goal?

conradev commented 7 years ago

kube-lego can only respond to challenges using the HTTP-01 challenge, and only works for Ingress objects.

kube-cert-manager is a lot more flexible. It:

kube-lego:

Let me know if I missed anything!