https://github.com/ivankatliarchuk/terraform-minikube-template
Terraform with Minikube project template
https://github.com/ivankatliarchuk/terraform-minikube-template
Last synced: 9 months ago
JSON representation
Terraform with Minikube project template
- Host: GitHub
- URL: https://github.com/ivankatliarchuk/terraform-minikube-template
- Owner: ivankatliarchuk
- Created: 2019-08-11T13:52:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-11T13:58:56.000Z (almost 7 years ago)
- Last Synced: 2024-10-06T04:06:44.568Z (over 1 year ago)
- Language: Makefile
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# terraform-minikube-template
Terraform with Minikube project template
## Project structure / Directory Layour
.
├── bin # scripts required to provision workspace & infrastructure
├── data # store terraform parameters, ssh keys, kubeconf file
├── modules # infrastructure modules
├── infrastructure # infrastructure-as-code terraform sources
└── README.md # current file
```
$ make help
infra Run terraform
start Deploy Minikube Kubernetes Cluster
stop Stop Minikube Kubernetes Cluster
hooks Commit hooks setup
validate Validate with pre-commit hooks
```