External DNS with Amazon EKS using Rafay - Rafay Product Documentation

Overview

In this self-paced exercise, you will learn how to configure, deploy and test External DNS within an Amazon EKS cluster and Amazon's Route 53 using add-ons, blueprints and workloads.

When deployed to a Kubernetes cluster External DNS can synchronize service and ingress resources with DNS providers allowing you to control DNS records dynamically. This allows external clients to access the services running inside the cluster by resolving the service's or ingress's hostname to the external IP address of the Kubernetes cluster.


What Will You Do by Part

Part What will you do?
1 Configure and Provision an Amazon EKS Cluster
2 Cluster Blueprint with External DNS
3 Deploy a test Workload to the EKS cluster to utilize External DNS
4 Deprovision the EKS cluster

Assumptions