Prototype KubeClaw is a learning project exploring what a secure, scalable Kubernetes environment for AI agents looks like. It is not production ready and not beta. Expect breaking changes and unreviewed assumptions. Read the project status.

Cost Estimate

Indicative monthly Hetzner Cloud costs for common cluster sizes.

All figures are list prices in EUR excluding VAT, current as of the Hetzner price adjustment of 15 June 2026. Hetzner bills hourly; the monthly figure is the cap you will not exceed. Always check Hetzner Cloud pricing before committing – prices changed several times during 2026.

Server types

KubeClaw defaults to the cost-optimized CX line (shared vCPU, x86). The CAX line offers the same resources on Ampere Arm cores, but is only available in the German and Finnish locations (fsn1, nbg1, hel1) and requires arm64 container images throughout the cluster.

TypevCPURAMNVMeMonthly (excl. IPv4)
cx2324 GB40 GB€5.49
cx3348 GB80 GB€8.49
cx43816 GB160 GB€15.99
cx531632 GB320 GB€29.49
cax11 (Arm)24 GB40 GB€5.99
cax21 (Arm)48 GB80 GB€10.49
cax31 (Arm)816 GB160 GB€20.99
cax41 (Arm)1632 GB320 GB€40.99

The higher-performance CPX (dedicated AMD share) and CCX (fully dedicated) lines are considerably more expensive – cpx22 is €19.49/month and ccx13 is €42.99/month – and are rarely worth it for a learning or small-production cluster.

Additional costs

ItemPrice
Primary IPv4 address€0.50 per server per month
Block storage volume~€0.0572 per GB per month
Private networkFree
Cloudflare Tunnel + AccessFree (up to 50 users)

Example: 2-node cluster

ComponentSpecificationMonthly Cost
Master control node (cx23, IPv6-only)2 vCPU / 4 GB RAM€5.49
Worker node (cx23, IPv6-only)2 vCPU / 4 GB RAM€5.49
Block volumes (10 GB each)Hetzner CSI, 20 GB total~€1.14
Private networkFree
Cloudflare Tunnel + AccessUp to 50 usersFree
Total~€12.12/month

Scaling costs

Server cost only; add block volumes for any workload that needs persistent storage.

ConfigurationNodesServer cost
Master-only (dev/learning)1€5.49
Master + 1 worker2€10.98
3 control + 2 workers (HA)5€27.45

Notes

  • The admin node (cx23, €5.49/month) is temporary. Set enable_admin_node = false once the Cloudflare Tunnel works, and the charge stops – see Quick Start.
  • Mixed server types are supported, so workers can be sized independently of the control plane. See Scale Up/Down.
  • Snapshots and backups are billed separately and are not included above.