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

https://github.com/nthings/rke-k8s-gcp

Create a Kubernetes Cluster with RKE in Google Cloud Platform using Terraform
https://github.com/nthings/rke-k8s-gcp

Last synced: 3 months ago
JSON representation

Create a Kubernetes Cluster with RKE in Google Cloud Platform using Terraform

Awesome Lists containing this project

README

          

# rke-k8s-gcp
Create a Kubernetes Cluster with RKE in Google Cloud Platform, import it to a Rancher cluster and create a NGINX deployment to see it in action. All using Terraform.

# Usage
- Create `terraform.auto.tfvars` and provide values to the variables.
- Run `terraform init` and `terraform apply`
- Take a sip of coffee and see it do it's magic.
- Enjoy a self managed Kubernetes Cluster deployed in minutes.

# See it in action :)
[![asciicast](https://asciinema.org/a/284184.svg)](https://asciinema.org/a/284184)