Provisioning a Private Talos Kubernetes Cluster on Hetzner Cloud
The article discusses the process of provisioning a private Talos Kubernetes cluster on Hetzner Cloud. It emphasizes the importance of maintaining a private network without public IPs for both control plane and worker nodes. The setup utilizes Terraform for management and aims to create a manageable and efficient infrastructure for running applications.
- ▪The cluster is designed to operate entirely within a private network, using Tailnet for access.
- ▪Talos is chosen for its minimal maintenance requirements and lack of a package manager or SSH access.
- ▪The article details the configuration of various node pools and the creation of a custom Talos image for deployment.
Hacker News (Newest) files mainly under programming. We currently carry 5,306 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | Onat Mercan’s Blog |
| Canonical URL | https://onatm.dev/2026/05/30/provisioning-a-private-talos-kubernetes-cluster-on-hetzner-cloud/ |
| Publication time | Sat, 30 May 2026 21:31:02 +0000 |
| Retrieval time | 2026-05-30T21:57:40.700Z |
| Last seen | 2026-05-30T21:57:40.700Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | fVb-GQgG8ZJ8 |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
Provisioning a Private Talos Kubernetes Cluster on Hetzner Cloud May 30, 2026 • 15 min read infrastructure kubernetes terraform talos hetzner This is a follow up to Private Networking on Hetzner Cloud with Tailscale The previous post was about the network. This one is about what I put inside that network: a private Kubernetes cluster running Talos on Hetzner Cloud. The important part is not just “Kubernetes on Hetzner Cloud”. There are many posts about it. The part I cared about was making the cluster private from the first boot. No public IPs on the control plane. No public IPs on the workers. Access only through the Tailnet. That made Talos a good fit. No package manager, no SSH. You give it machine configuration, it becomes a Kubernetes node, and that is mostly it. Mostly.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at Onat Mercan’s Blog.