Deploy EKS and cilium
Name | Version |
---|---|
terraform | > 1.4 |
aws | > 5.0 |
cilium | >=0.1.10 |
Name | Version |
---|---|
cilium | 0.2.0 |
terraform | n/a |
Name | Source | Version |
---|---|---|
eks | terraform-aws-modules/eks/aws | ~> 20.0 |
vpc | terraform-aws-modules/vpc/aws | v5.7.1 |
Name | Type |
---|---|
cilium_cilium.this | resource |
terraform_data.kubeconfig | resource |
Name | Description | Type | Default | Required |
---|---|---|---|---|
azs | List of availability zones to install eks | list(string) |
[ |
no |
cidr | VPC CIDR | string |
"10.0.0.0/16" |
no |
cilium | Feature of cilium | object({ |
{ |
no |
cluster_name | EKS cluster name | string |
"terraform-cilium" |
no |
cluster_version | kubernetes cluster version | string |
"1.29" |
no |
install_cilium | Do you want to install cilium | bool |
true |
no |
service_cidr | VPC CIDR | string |
"10.11.0.0/16" |
no |
vpc_name | VPC name | string |
"eks" |
no |
Name | Description |
---|---|
update_kubeconfig | Command to launch to use kubectl |