Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


hetzner-k3s v1.0.1 is out with autoscaling support! (Kubernetes on Hetzner Cloud)
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

hetzner-k3s v1.0.1 is out with autoscaling support! (Kubernetes on Hetzner Cloud)

I'm so happy! Many people requested autoscaling as a feature and I released a new version today which adds this. 🎉

The repo is at https://github.com/vitobotta/hetzner-k3s for those of you who use it or are interested.

For those not familiar with it, it's my CLI tool to super quickly create and manage cheap Kubernetes clusters in Hetzner Cloud.

With this tool you can create a fully functional clusters in just a few minutes, much faster than with Terraform/Ansible or similar tools and without their complexity. You only need to download a binary and write a super simple YAML config file and that's it.

The tool:

  • creates all the infrastructure resources required (servers, load balancers, networks, firewalls)
  • deploys K3s, which is a lightweight, fully conformant Kubernetes distro
  • deploys drivers to provision load balancers and persistent volumes out of the box
  • deploys a system upgrade controller which makes upgrading to a new version of Kubernetes ridiculously easy and fast with no apps downtime
  • deploys the cluster autoscaler, required for autoscaling
  • supports highly available control planes with multiple masters
  • supports multi-region node pools for higher availability

All of this in a few minutes even for production grade clusters.

With the most recent changes, with this tool you can create a cluster that behaves like a managed Kubernetes service with autoscaling, HA and multi-region, for a fraction of the cost.

If you work with Kubernetes and are looking to create cheap clusters easily, give it a try and lemme know what you think :)

Comments

Sign In or Register to comment.