kubernetes-bootstrapping/06-cert-manager
2023-12-31 11:26:32 -07:00
..
lets-encrypt-issuer.yaml Resequence steps and add cert-manager 2023-12-31 11:26:32 -07:00
README.md Resequence steps and add cert-manager 2023-12-31 11:26:32 -07:00

06 | Cert Manager

https://cert-manager.io/docs/installation/kubectl/

Install cert-manager - check for latest version.

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.13.3/cert-manager.yaml

After cert manager is installed, create the Let's Encrypt issuer:


# Be sure to edit the file and set the production URL if not a test cluster
kubectl apply -f lets-encrypt-issuer.yaml