Kubermatic branding element

Blog

getting-started automation multi-cloud

Deploying KubeOne Clusters on Hetzner Cloud

Introduction Hetzner Cloud is a popular choice for Kubernetes deployments in Europe. The pricing is straightforward — shared vCPU servers start at a few euros per month — and the infrastructure is reliable. For teams that do not need the complexity (or cost) of AWS, GCP, or Azure, Hetzner offers …
bare-metal production automation

Bare Metal Kubernetes with KubeOne and Terraform

Running Kubernetes on bare metal gives you something that no cloud provider can: full control over your hardware with zero per-hour compute costs. There is no managed service fee, no cloud tax on every CPU cycle, and no surprise bill at the end of the month. You own the servers, and you decide …
getting-started automation

Installing KubeOne: Your First Cluster in 15 Minutes

Introduction In this tutorial, you will install KubeOne and use it to provision a single-node Kubernetes cluster on any server you can SSH into. This is the fastest way to get a working cluster with KubeOne — no cloud provider account required, no Terraform, no load balancer setup. Just a server, an …
getting-started automation

What is KubeOne? Automated Kubernetes Lifecycle Management

Introduction Setting up a Kubernetes cluster is not the hard part anymore. Tools like kubeadm, managed services, and one-click installers have made day-1 straightforward. The hard part is everything after that: upgrading Kubernetes versions without downtime, replacing failed nodes at 2 AM, rotating …