{"id":23085561,"url":"https://github.com/lilmonk/kind-terraform-setup","last_synced_at":"2025-04-03T15:26:11.350Z","repository":{"id":265365870,"uuid":"881524027","full_name":"LilMonk/kind-terraform-setup","owner":"LilMonk","description":"Deploy local kind cluster using terraform.","archived":false,"fork":false,"pushed_at":"2024-10-31T18:40:25.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-29T00:42:02.423Z","etag":null,"topics":["gitops","kind","terraform"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LilMonk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-31T18:40:08.000Z","updated_at":"2024-10-31T18:41:29.000Z","dependencies_parsed_at":"2024-11-29T09:33:56.628Z","dependency_job_id":null,"html_url":"https://github.com/LilMonk/kind-terraform-setup","commit_stats":null,"previous_names":["lilmonk/kind-terraform-setup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LilMonk%2Fkind-terraform-setup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LilMonk%2Fkind-terraform-setup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LilMonk%2Fkind-terraform-setup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LilMonk%2Fkind-terraform-setup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LilMonk","download_url":"https://codeload.github.com/LilMonk/kind-terraform-setup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247026131,"owners_count":20871324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gitops","kind","terraform"],"created_at":"2024-12-16T17:57:13.130Z","updated_at":"2025-04-03T15:26:11.322Z","avatar_url":"https://github.com/LilMonk.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Setting Up a Local Kubernetes Cluster with Kind and Terraform\n\nThis repository contains scripts and configurations to set up a local Kubernetes cluster using [kind](https://kind.sigs.k8s.io/) and manage it with [Terraform](https://www.terraform.io/). \n\n## Prerequisites\n\n- [Docker](https://www.docker.com/)\n- [kind](https://kind.sigs.k8s.io/)\n- [kubectl](https://kubernetes.io/docs/tasks/tools/install-kubectl/)\n- [Helm](https://helm.sh/docs/intro/install/)\n- [Terraform](https://www.terraform.io/)\n\n## Usage\n\n1. **Initialize Terraform:**\n    ```sh\n    make init\n    ```\n\n2. **Validate Terraform configuration:**\n    ```sh\n    make validate\n    ```\n\n3. **Plan Terraform changes:**\n    ```sh\n    make plan\n    ```\n\n4. **Apply Terraform changes:**\n    ```sh\n    make apply AUTO_APPROVE=-auto-approve\n    ```\n\n5. **Destroy Terraform resources:**\n    ```sh\n    make destroy AUTO_APPROVE=-auto-approve\n    ```\n\n## Contributing\n\nFeel free to fork this repository and submit pull requests. Any contributions, suggestions, or improvements are welcome!\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilmonk%2Fkind-terraform-setup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flilmonk%2Fkind-terraform-setup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilmonk%2Fkind-terraform-setup/lists"}