https://github.com/sourcegraph/tf-k8s-configs
Terraform configurations for provisioning bare bones Kubernetes clusters on GCP, AWS and Azure platforms.
https://github.com/sourcegraph/tf-k8s-configs
Last synced: about 1 month ago
JSON representation
Terraform configurations for provisioning bare bones Kubernetes clusters on GCP, AWS and Azure platforms.
- Host: GitHub
- URL: https://github.com/sourcegraph/tf-k8s-configs
- Owner: sourcegraph
- Created: 2023-01-05T21:14:35.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-03T19:19:53.000Z (over 2 years ago)
- Last Synced: 2026-01-15T17:03:50.036Z (about 2 months ago)
- Language: HCL
- Size: 61.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Deploy a Kubernetes Cluster with Terraform
This repository provides examples of provisioning Kubernetes clusters on major cloud providers using Terraform. These should be treated as illustrative examples, not production-ready infrastructure configuration.
### Get Started
- Install [terraform](https://developer.hashicorp.com/terraform/downloads)
- `cd` into the directory corresponding to your cloud provider (aws, gcp, or azure) and follow the instructions in the README in that directory.
- Monitor the Terraform output and wait for your cluster to deploy
Next, [deploy Sourcegraph](https://docs.sourcegraph.com/admin/deploy/kubernetes).