Problem
We have Kubernetes. We need a cert. We want to use Let's Encrypt to create (and manage) that cert for us.
Solution
We can install cert-manager and, with three objects, do exactly that. At a high level, we create a ClusterIssuer, we configure it with our cloud credentials (in …
read more