This project contains Terraform scripts to deploy a K3s (Lightweight Kubernetes) cluster on Hetzner Cloud.
Before you begin, ensure you have met the following requirements:
-
Terraform installed
-
A Hetzner Cloud account
-
SSH key for accessing the nodes
-
Hetzner Cloud API token
-
Add Hetzner cloud token to environment variable.
export TF_VAR_hcloud_token=$token
Coming later
To destroy the infrastructure, run:
terraform destroy