Cilium CNI
This module deploys the Cilium CNI to manage the network stack.
Providers
The following providers are needed by this module:
-
aws (5.70.0)
-
helm (2.12.1)
-
kubectl (2.0.4)
-
kubernetes (2.27.0)
-
pf (0.0.3)
Required Inputs
The following input variables are required:
eks_cluster_name
Description: The name of the EKS cluster.
Type: string
eks_cluster_url
Description: The url of the EKS cluster api server
Type: string
Optional Inputs
The following input variables are optional (have default values):
aws_iam_ip_allow_list
Description: A list of IPs that can use the service account token to authenticate with AWS API
Type: list(string)
Default: []
cilium_helm_version
Description: The version of the cilium helm chart to deploy
Type: string
Default: "1.16.3"
enhanced_ha_enabled
Description: Whether to add extra high-availability scheduling constraints at the trade-off of increased cost
Type: bool
Default: true
hubble_enabled
Description: Whether to enable hubble for network debugging
Type: bool
Default: false
log_level
Description: The log level for the Cilium pods
Type: string
Default: "warn"
monitoring_enabled
Description: Whether to add active monitoring to the deployed systems
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