Panfactum LogoPanfactum
Infrastructure ModulesDirect ModulesKuberneteskube_external_dns
kube_external_dns
Stable
Direct
Source Code Link

Kubernetes External DNS

This module provides a deployment of the external-dns project.

It is only set up to work with Route53 as a part of the complete Panfactum stack.

Providers

The following providers are needed by this module:

  • aws (5.39.1)

  • helm (2.12.1)

  • kubectl (2.0.4)

  • kubernetes (2.27.0)

  • random (3.6.0)

Required Inputs

The following input variables are required:

eks_cluster_name

Description: The name of the EKS cluster.

Type: string

Optional Inputs

The following input variables are optional (have default values):

aws_iam_ip_allow_list

Description: A list of IPs that can use the service account token to authenticate with AWS API

Type: list(string)

Default: []

external_dns_helm_version

Description: The version of the ExternalDNS helm chart to deploy

Type: string

Default: "1.14.3"

log_level

Description: The log level for the ExternalDNS pods

Type: string

Default: "warning"

monitoring_enabled

Description: Whether to add active monitoring to the deployed systems

Type: bool

Default: false

panfactum_scheduler_enabled

Description: Whether to use the Panfactum pod scheduler with enhanced bin-packing

Type: bool

Default: true

pull_through_cache_enabled

Description: Whether to use the ECR pull through cache for the deployed images

Type: bool

Default: true

route53_zones

Description: A mapping of public DNS domains managed by AWS to their configuration; external-dns uses this to set domain records

Type:

map(object({
    record_manager_role_arn = string
    zone_id                 = string
  }))

Default: {}

vpa_enabled

Description: Whether the VPA resources should be enabled

Type: bool

Default: true

Outputs

No outputs.

Usage

No notes