Linkerd2 Service Mesh
This module deploys the Linkerd2 service mesh.
Providers
The following providers are needed by this module:
-
helm (2.12.1)
-
kubectl (2.0.4)
-
kubernetes (2.27.0)
-
pf (0.0.3)
Required Inputs
The following input variables are required:
vault_ca_crt
Description: The vault certificate authority public certificate.
Type: string
Optional Inputs
The following input variables are optional (have default values):
enhanced_ha_enabled
Description: Whether to add extra high-availability scheduling constraints at the trade-off of increased cost
Type: bool
Default: true
linkerd_helm_version
Description: The version of the linkerd-crd and linkerd-control-plane helm charts to deploy (edge)
Type: string
Default: "2024.5.1"
log_level
Description: The log level for the Linkerd pods
Type: string
Default: "warn"
monitoring_enabled
Description: Whether to add active monitoring to the deployed systems
Type: bool
Default: false
node_image_cache_enabled
Description: Whether to use kube-fledged to cache images locally for better startup performance
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
vpa_enabled
Description: Whether the VPA resources should be enabled
Type: bool
Default: false
Outputs
No outputs.
Usage
No notes