https://github.com/maxkrivich/do-k8s-infra
https://github.com/maxkrivich/do-k8s-infra
argocd digitalocean gitops kubernetes terraform
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxkrivich/do-k8s-infra
- Owner: maxkrivich
- License: mit
- Created: 2021-10-31T09:05:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T07:49:17.000Z (over 4 years ago)
- Last Synced: 2025-03-13T21:18:50.573Z (over 1 year ago)
- Topics: argocd, digitalocean, gitops, kubernetes, terraform
- Language: HCL
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DigitalOcean k8s infrastructure
This repository contains bootstrap scripts and infrastructure definition of a kubernetes cluster.
## Local develompment
In order to setup your develompent environment, please execute following commands in the terminal:
```bash
$ brew install pre-commit tfenv checkov terrascan tflint tfsec
$ tfenv install 1.0.10
$ tfenv use 1.0.10
$ pre-commit install
```
### Run tests
```bash
$ pre-commit run --all-files
Fix End of Files.........................................................Passed
Trim Trailing Whitespace.................................................Passed
Terraform fmt............................................................Passed
Terraform validate with tflint...........................................Passed
Checkov..................................................................Passed
Terraform validate with tfsec............................................Passed
terrascan................................................................Passed
Terraform validate.......................................................Passed
```