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:
-
kubectl (2.1.3)
-
kubernetes (2.34.0)
-
pf (0.0.7)
-
random (3.6.3)
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.12.0"
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