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.0.4)
-
kubernetes (2.27.0)
-
pf (0.0.3)
-
random (3.6.0)
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