Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serlo/infra
Terraform code for Serlo's infrastructure
https://github.com/serlo/infra
Last synced: 4 days ago
JSON representation
Terraform code for Serlo's infrastructure
- Host: GitHub
- URL: https://github.com/serlo/infra
- Owner: serlo
- License: apache-2.0
- Created: 2024-01-27T02:57:14.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T07:09:22.000Z (7 months ago)
- Last Synced: 2024-04-11T10:29:49.264Z (7 months ago)
- Language: HCL
- Size: 49.9 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Infrastructure for Serlo
Serlo Infrastructure currently runs on Google Cloud and Cloudflare.
## Environments
We support the following environments:
1. **https://serlo-staging.dev** (staging environment to test and integrate infrastructure and apps)
2. **https://serlo.org** (production environment)### Requirements
Terraform and Kubernetes
### Deployment process
The infrastructure unit deploys the code. As open source contributor, please open a pull request.
## Images
- DBDump: a cronjob to save the serlo database as an anonymized dump.
- DBSetup: cronjob to import the serlo database from the dump.### Requirements
Docker and Make
### Building and pushing images
After changing a specific image, you should build and push it manually.
Example:1. `cd images/dbdump`
2. Change the version in `images/dbdump/Makefile`
3. `make docker_build_push`If you want to test the image just locally, use `make docker_build` in the 3rd step.