Integrating Cert Manager with Route53 on EKS

Integrating Cert Manager with Route53 on EKS In this article I will show, how you can automatically get Let’s Encrypt SSL certificates using Cert Manager. We will leverage the DNS01 challenge and use a Route53 Hosted Zone to answer the challenge. The Cert Manager will use an EKS IAM Role Service Account, which follows AWS best practices for security. Set up the EKS cluster with Terraform We will use this EKS module to provision our EKS cluster....

April 2, 2021 · 5 min