Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyhumphreys/tf-rancher-ha-gcloud
Terraform for setting up a Highly Available Rancher installation on Google Cloud
https://github.com/anthonyhumphreys/tf-rancher-ha-gcloud
Last synced: 7 days ago
JSON representation
Terraform for setting up a Highly Available Rancher installation on Google Cloud
- Host: GitHub
- URL: https://github.com/anthonyhumphreys/tf-rancher-ha-gcloud
- Owner: anthonyhumphreys
- License: apache-2.0
- Created: 2019-02-08T20:18:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-03-09T15:36:55.000Z (over 5 years ago)
- Last Synced: 2024-07-31T07:15:29.594Z (3 months ago)
- Language: HCL
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-rancher - Terraform - Rancher High Availability Installation - Terraform for setting up a Highly Available Rancher installation on Google Cloud (Rancher 2.0 / Community projects)
README
# Terraform - Rancher High Availability Installation
### Work in progress! Please see open issues
## Purpose
This terraform project will allow you to deploy a Highly Available Rancher installation to your Google Cloud.## Deployment
Clone the repo and copy your service_account.json to the repo directory and run terraform plan to see the execution plan.This project will deploy 3 Ubuntu 16.04 Nodes and install docker 18.09.2 on them. They will be deployed under a managed instance group.
PRs and feedback welcome! More documentation to follow...!