Panfactum LogoPanfactum
Infrastructure ModulesDirect ModulesKuberneteskube_core_dns
kube_core_dns
Stable
Direct
Source Code Link

CoreDNS

This launches a deployment of CoreDNS instances that will serve as the cluster's DNS servers.

Providers

The following providers are needed by this module:

  • aws (5.39.1)

  • kubectl (2.0.4)

  • kubernetes (2.27.0)

  • random (3.6.0)

  • tls (4.0.5)

Required Inputs

No required inputs.

Optional Inputs

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

core_dns_image_version

Description: The version of the image to use for the deployment

Type: string

Default: "1.11.1"

enhanced_ha_enabled

Description: Whether to add extra high-availability scheduling constraints at the trade-off of increased cost

Type: bool

Default: true

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: false

pull_through_cache_enabled

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

Type: bool

Default: true

service_ip

Description: The IP address that the DNS service will be exposed on

Type: string

Default: "172.20.0.10"

vpa_enabled

Description: Whether the VPA resources should be enabled

Type: bool

Default: false

Outputs

No outputs.

Usage

No notes