Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.46 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.46 KB

hetzner-k8s-setup

Notes how to setup kubernetes cluster in Hetzner cloud

Versions

  • kubernetes: 1.27.2
  • OS: Rocky linux 9
  • Docker: 24.0.2

Features

Preparing

For this step you can use web cloud console or hcloud cli app

  • (Optional) Create firewall with no-limit outbound, allow inbound TCP 22 and ICMP
  • (Optional) Create placement group
  • (Optional) Upload your ssh key
  • Create private network 10.0.0.0/16
  • Create access token with read and write permissions
  • Create master node (Ex. CX21) with attached firewall, network, placement group and ssh key

Installation