external-dns
gfortetsanakis/external-dns/helm
Terraform module for extrernal dns This module deploys the following helm chart on an Amazon EKS cluster: | Name | Repository | Version | | ------------ | ----------------------------------------------- | ------- | | external-dns | https://kubernetes-sigs.github.io/external-dns/ | 1.11.0 | The external DNS service will publish DNS records for the EKS cluster to a new Route53 private hosted zone created by the module. Module input parameters | Parameter | Type | Description | | ---------------------- | -------- | --------------------------------------------------------------------------------------------- | | namespace | Required | The kubernetes namespace at which the external dns chart will be deployed | | eks_cluster_properties | Required | A map variable containing properties of the EKS
| Name | Type | Description | Default |
|---|---|---|---|
| eks_cluster_properties | string | A map variable containing properties of the EKS cluster. | required |
| domain | string | The domain corresponding to a new Route53 private hosted zone for the eks cluste | required |
| namespace | string | The kubernetes namespace at which the external dns chart will be deployed. | required |
| node_selector | map | A map variable with nodeSelector labels applied when placing pods of the chart o | {} |
dns_hosted_zone_iddns_hosted_zone_arn