Skip to content
This repository has been archived by the owner on Jan 21, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 739 Bytes

terraform-rancher-hcloud

terraform module to setup rancher(ha) on hetzner hcloud.

This project is highly inspired by alexzimmer96/rancher-hcloud, but separates the setup of the rke cluster from the helm based rancher setup, because of flexibility and k8s best practices.

The rke-hcloud terraform module can be found here.

example

Go to example folder, adjust main.tf and run:

terraform init
terraform apply

After the commands have been executed (takes a view minutes),

Test your cluster:

terraform output rancher_url

Open url in your webbrowser and login with user admin and your admin password.