Open olalonde opened 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:
SNI-TLS-01
, DNS-01
)kube-cert-manager
to request TLS certificates for anything, like my IRC bouncer, for examplekube-lego
:
Let me know if I missed anything!
A comparison with https://github.com/jetstack/kube-lego would be helpful. AFAICT, both projects have the same goal?