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
- Host: GitHub
- URL: https://github.com/nthings/rke-k8s-gcp
- Owner: nthings
- License: mit
- Created: 2019-11-28T16:42:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-28T20:20:20.000Z (over 6 years ago)
- Last Synced: 2025-01-27T10:11:47.214Z (over 1 year ago)
- Language: HCL
- Size: 37.1 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)
[](https://asciinema.org/a/284184)