An open API service indexing awesome lists of open source software.

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.

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).