Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seriousben/serious-infra
Serious Infrastructure for serious projects
https://github.com/seriousben/serious-infra
gke infrastructure infrastructure-as-code kubernetes terraform
Last synced: 11 days ago
JSON representation
Serious Infrastructure for serious projects
- Host: GitHub
- URL: https://github.com/seriousben/serious-infra
- Owner: seriousben
- Created: 2017-03-25T16:12:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T10:26:25.000Z (over 2 years ago)
- Last Synced: 2024-11-11T08:53:50.685Z (2 months ago)
- Topics: gke, infrastructure, infrastructure-as-code, kubernetes, terraform
- Language: HCL
- Homepage: https://seriousben.com
- Size: 43.9 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serious-infra
Serious infrastructure for serious projects.
### Applying
Continuous integration is done using read-only credentials. Manual `terraform apply` needs to be performed for changes to be deployed.
```
gcloud config set project projects-seriousben
gcloud auth application-default login
terraform plan
terraform apply
```