Linkerd2 Service Mesh
This module deploys the Linkerd2 service mesh.
Providers
The following providers are needed by this module:
-
aws (5.39.1)
-
helm (2.12.1)
-
kubernetes (2.27.0)
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):
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"
pull_through_cache_enabled
Description: Whether to use the ECR pull through cache for the deployed images
Type: bool
Default: false
vpa_enabled
Description: Whether the VPA resources should be enabled
Type: bool
Default: false
Outputs
No outputs.
Usage
No notes