nmdra / kind-cluster-terraform

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

Repository from Github https://github.comnmdra/kind-cluster-terraformRepository from Github https://github.comnmdra/kind-cluster-terraform

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

About

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

License:MIT License


Languages

Language:HCL 100.0%