Skip to content

selvasabapathy/terraform-kind-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-kind-ngnix

This IaC codebase create a local KinD cluster and installs Ngnix

Steps

1. Clone this repo

2. From the root folder, initialize terraform, terraform init

3. Run the plan, terraform plan

4. Create the cluster, terraform apply -auto-approve

5. Install Ngnix, kubectl apply -f https://kind.sigs.k8s.io/examples/ingress/usage.yaml

7. Destroy the cluster, terraform destroy -auto-approve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages