gitizenme / terraform-kubernetes-external-dns-aws-istio

Terraform module to deploy and configure k8s external DNS with EKS and Istio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kubernetes External DNS for AWS EKS

Terraform module External DNS with Istio Gateway for aws.

Usage

module "external-dns-aws" {
  source  = "gitizenme/external-dns-aws/kubernetes"
  version = "1.0.1"

  domain           = "my-domain.com"
  k8s_cluster_name = "cluster-name"
  k8s_replicas         = 2
  hosted_zone_id       = "ROUTE53 ZONE ID"
}

About

Terraform module to deploy and configure k8s external DNS with EKS and Istio

License:MIT License


Languages

Language:HCL 100.0%