kubernetes
Hetzner Kubernetes Cost Calculator
Calculate the exact monthly cost of a Kubernetes cluster on Hetzner Cloud using verified server pricing — cx23, cx33, cx43, cax21, cax31, ccx23.
Hetzner Cloud Server Types for Kubernetes
Hetzner offers two main CPU architectures for cloud servers: Intel/AMD (cpx, cx) and ARM (cax). Both are fully supported by Kubernetes.
ARM vs x86 for Kubernetes
ARM (cax) servers are 30–40% cheaper for the same RAM/CPU specs. The tradeoff: not all container images are published as multi-arch. Most popular images (NGINX, Prometheus, Grafana, etc.) are multi-arch and work fine on ARM. Check before deploying proprietary or niche workloads.
Dedicated vs Shared CPU
- ›cx / cax = shared vCPUs (burst workloads, cost-optimized)
- ›ccx = dedicated vCPUs (consistent performance, higher cost)
For Kubernetes control planes, shared vCPU (cx33) is typically sufficient — etcd and the API server don't need dedicated cores. For worker nodes handling CPU-intensive workloads, consider ccx23/ccx33 (dedicated vCPU).
Key Terms
Full glossary →kubeadm
A tool for bootstrapping Kubernetes clusters. It automates the setup of control plane components and joining worker nodes, following Kubernetes best practices.
etcd
A distributed key-value store used by Kubernetes to store all cluster state and configuration. etcd is the single source of truth for the entire cluster.
k3s
A lightweight Kubernetes distribution by Rancher. k3s packages the entire Kubernetes control plane into a single binary under 100MB, ideal for edge, IoT, and small VPS deployments.
Helm
A package manager for Kubernetes. Helm charts bundle Kubernetes manifests into reusable packages with configurable values, versioned and published to chart repositories.
Frequently Asked Questions
What is the cheapest Hetzner Kubernetes setup?
A single-node k3s or kubeadm cluster on a cx23 (€3.99/mo) is the absolute minimum. For a multi-node dev cluster: 1× control plane (cx33 €6.49) + 2× workers (cx33 €6.49 each) costs ~€19.50/mo.
Is Hetzner Cloud reliable for production Kubernetes?
Yes. Hetzner is used in production by many companies for internal workloads. Their SLA is 99.9% uptime. For critical public-facing services, use the HA setup with 3 control planes and 2 LB nodes.
Related Tools
K8s Cluster Cost
Calculate the monthly cost of running a Kubernetes cluster on Hetzner Cloud. Choose server types for control planes, workers, and load balancers with HA mode.
K8s Node Sizing
Calculate the right number and size of Kubernetes worker nodes for your workloads. Supports Hetzner Cloud and Vultr with verified pricing.
Longhorn Storage
Calculate the total storage required for Longhorn distributed block storage, including replica overhead, snapshot retention, and S3 backup sizing on Hetzner Object Storage.
Related Generators
Related Comparisons
Related Guides
kubernetes
CI/CD for Kubernetes with GitHub Actions: A Complete Guide (2026)
A practical walkthrough of building a full GitHub Actions pipeline that builds a container image, pushes it to a registry, and deploys to Kubernetes — with secrets handling, rollback, and Helm support.
kubernetes
ArgoCD vs Flux: Choosing a GitOps Tool for Kubernetes in 2026
A no-fluff comparison of ArgoCD and Flux for GitOps on Kubernetes — covering architecture, UI, Helm support, multi-tenancy, and when to pick each one.
kubernetes
Hetzner vs DigitalOcean for Kubernetes in 2026: An Honest Comparison
Hetzner is 3–5× cheaper than DigitalOcean for equivalent Kubernetes compute. But DO has managed K8s, better global coverage, and a larger app marketplace. Here's when each is the right choice.