/kind-cluster-terraform

Terraform configuration to initialize a local Kind cluster for my personal development and testing workflows.

Primary LanguageHCLMIT LicenseMIT

kind-cluster-terraform

Terraform configuration to initialize a local Kind cluster for my personal development and testing workflows.

Usage

# Run with ingress disabled
terraform apply

# Run with ingress enabled
terraform apply -var="kind_cluster_ingress=true"

👉 Test Ingress

Resources