Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wbstack/deploy
Cloud and Kubernetes configuration for deployment for wbstack.com. You'll want to look at the wikibase.cloud deploy repository soon!
https://github.com/wbstack/deploy
deployment google-cloud helmfile kubernetes terraform
Last synced: 30 days ago
JSON representation
Cloud and Kubernetes configuration for deployment for wbstack.com. You'll want to look at the wikibase.cloud deploy repository soon!
- Host: GitHub
- URL: https://github.com/wbstack/deploy
- Owner: wbstack
- Created: 2020-12-06T09:33:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T10:50:36.000Z (10 months ago)
- Last Synced: 2024-08-03T15:11:17.765Z (4 months ago)
- Topics: deployment, google-cloud, helmfile, kubernetes, terraform
- Language: HCL
- Homepage:
- Size: 388 KB
- Stars: 12
- Watchers: 11
- Forks: 9
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - wbstack/deploy - Cloud and Kubernetes configuration for deployment for wbstack.com. You'll want to look at the wikibase.cloud deploy repository soon! (terraform)
README
# deploy
All wbstack.com deployment code.
There is a new deployment of this system at wikibase.cloud: https://github.com/wmde/wbaas-deploy
You can read a blog post summary of this repo and how it has worked over the years https://addshore.com/2022/04/infrastructure-as-code-for-wbstack-deployments/
Documentation is being built [here](https://wbstack.github.io/docs/tech/)
Some older docs of varying quality live in the [docs](./docs) folder.
- This repository is suplimented by a private repository for some values and files.
- [gce (Google Cloud)](./gce) - Manipulated via various [simple scripts](./gce) and [Terraform](./tf).`
- [k8s (Kubernetes)](./k8s) - [Code and scripts](./k8s) for setting up and interacting with a Kubernetes cluster.
- [cmd](./k8s/cmd) - Some convenience scripts for interacting with k8s resources once they are created.
- [definitions](./k8s/definitions) - kubernetes files to be applied to the base cluster.
- [helm](./k8s/helm) - helm deployments that need to be deployed.