1
0
Fork 0
Go to file
chris e2fa2be3b8 k8s cluster 2022-05-31 13:37:13 +02:00
k8s-cluster k8s cluster 2022-05-31 13:37:13 +02:00
k8s-single-node set node name 2022-05-30 13:56:53 +02:00
single-host use template 2022-05-23 13:37:13 +02:00
three-web-hosts count servers 2022-05-29 13:37:13 +02:00
.gitignore single node k8s 2022-05-29 13:37:13 +02:00
README.md example for three hosts behind LB 2022-05-24 13:37:13 +02:00

README.md

terraformed hetzner

preparation

  • sign up for hetzner cloud
  • create a project for testing
  • create API token for the new project
  • generate SSH key for VM access:
    • ssh-keygen -t ed25519 -C "terraform" -f ssh-terraform-hetzner -P ''

resources

terraform templates

single-host/ contains templates for a simple test VM

three-web-hosts/ contains templates for three webservers behind a load balancer