Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxkrivich/do-k8s-infra
https://github.com/maxkrivich/do-k8s-infra
argocd digitalocean gitops kubernetes terraform
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxkrivich/do-k8s-infra
- Owner: maxkrivich
- License: mit
- Created: 2021-10-31T09:05:00.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-02T07:49:17.000Z (about 3 years ago)
- Last Synced: 2024-11-19T13:50:52.004Z (2 months ago)
- Topics: argocd, digitalocean, gitops, kubernetes, terraform
- Language: HCL
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- 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
```