ingress controller with wildcard certificates
complete
M
Matt
the documentation for setting up an ingress controller with wildcard certificates has a number of places where file names are off.
for example
kubectl get issuer letsencrypt-nginx-wcard -n backend
should be
kubectl get issuer letsencrypt-dev-wcard -n backend
John Mulhausen
complete
Updated, see: https://docs.digitalocean.com/products/kubernetes/getting-started/operational-readiness/configure-wildcard-certificates/