Simplify Kubernetes Cluster Setup on Hetzner Cloud


Summary of my bookmarked Github repositories from Apr 16th, 2020

Github repositories

  • xetys/hetzner-kube

    Hetzner-kube is a CLI tool written in Go that facilitates the quick and easy setup of Kubernetes clusters on Hetzner Cloud. It offers binary releases and source installation options. The tool provides code completion for both BASH and ZSH shells. By generating an API token and adding an SSH key, users can create a new Kubernetes cluster with a simple command. The tool also supports high availability clusters, custom options such as addons, and backup and restore functionalities. A comprehensive tutorial is available for a step-by-step cluster setup guide.