PalmStoneGames / kube-cert-manager

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

Compare features with the original kube-cert-manager #55

Closed ahmetb closed 7 years ago

ahmetb commented 7 years ago

This project is loosely based on https://github.com/kelseyhightower/kube-cert-manager It took over most of its documentation, license, as well as the general approach to how things work. The code itself however, was entirely reimplemented to use xenolf/lego as the basis, instead of reimplementing an ACME client and DNS plugins.

This helps, but doesn't tell me:

luna-duclos commented 7 years ago

You can find the list of features of this project here:

https://github.com/PalmStoneGames/kube-cert-manager#features

and of the kelseyhightower project:

https://github.com/kelseyhightower/kube-cert-manager#features