Skip to content

A Terraform module to configure and deploy external-dns onto EKS

Notifications You must be signed in to change notification settings

KongHQ-CX/terraform-aws-eks-external-dns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-aws-eks-external-dns

A terraform module for provisioning an external DNS controller to an EKS cluster

Usage

Using module defaults

The following will create an external-dns controller in an EKS cluster

module "external-dns" {
  source            = "KongHQ-CX/eks-external-dns/aws"
  zone_id           = var.zone_id
  zone_type         = "public"
  oidc_provider_arn = module.cluster-1.0.oidc_provider_arn
  region            = var.region
  vpc_id            = module.vpc.vpc_id
}

Misc

This module uses the IRSA policies from this TF AWS module and the bitnami helm chart to configure and deploy external-dns

About

A Terraform module to configure and deploy external-dns onto EKS

Resources

Stars

Watchers

Forks

Packages

No packages published