Terraform configuration to initialize a local Kind cluster for my personal development and testing workflows.
# Run with ingress disabled
terraform apply
# Run with ingress enabled
terraform apply -var="kind_cluster_ingress=true"👉 Test Ingress
Terraform configuration to initialize a local Kind cluster for my personal development and testing workflows.
Repository from Github https://github.comnmdra/kind-cluster-terraform
Terraform configuration to initialize a local Kind cluster for my personal development and testing workflows.
# Run with ingress disabled
terraform apply
# Run with ingress enabled
terraform apply -var="kind_cluster_ingress=true"👉 Test Ingress
Terraform configuration to initialize a local Kind cluster for my personal development and testing workflows.
MIT License