Replies: 3 comments 4 replies
-
|
I think this could be possible. Unfortunately I have no dedicated servers, so I can't really implement this and it would also mean a lot of work and testing until we have a clean integration. From what I've seen so far, dedicated servers could be bootstrapped automatically with the Talos image and config:
After this, Talos on dedicated servers could be configured and updated using the Talos API like all other server in Hcloud. Dedicated servers would probably need a special configuration at least for the network interfaces and they need a subnet connected to the Hcloud Network using vSwitch. |
Beta Was this translation helpful? Give feedback.
-
@M4t7e It would be great if it were configurable by variable. Do you have the time, and is it possible, to add this to the project? |
Beta Was this translation helpful? Give feedback.
-
|
Hello 👋 and thank you for this fantastic project — it’s honestly one of the cleanest and most production-ready ways to deploy Talos on Hetzner Cloud! I tested Talos in the past but ran into some tricky networking issues, so I temporarily switched to a K3s + Tailscale setup. My current cluster runs control planes on Hetzner Cloud and workers across multiple Proxmox VMs (on Hetzner dedicated servers) — plus a couple on Netcup — all connected via Tailscale. It’s been running very reliably, and I use Cloudflared tunnels to securely expose services without needing a public Load Balancer. I chose Tailscale over vSwitch mainly for simplicity and reliability — setup is literally a one-liner per node, while vSwitch requires more manual configuration. That said, I also have another Proxmox test cluster (two Proxmox hosts + one qdevice on Hetzner Cloud) communicating successfully over the internal Hetzner network, so I know it’s technically feasible. I’d love to revisit Talos again using this module, especially since it makes setup and lifecycle management so clean. My goal would be to reuse existing Proxmox VM capacity for worker nodes, while keeping control planes and autoscaling on Hetzner Cloud. That hybrid flexibility would be perfect before scaling fully into the cloud. Thanks again for your great work on this module — it’s by far the most elegant and well-thought-out Talos implementation I’ve come across! 🙌 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thank you for this fantastic project!
Talos OS is well-suited for creating a Kubernetes cluster with diverse hardware. I have a question regarding integrating Hetzner dedicated servers, such as the EX44, into a Kubernetes cluster.
I have found several tutorials online about installing Talos OS on dedicated Hetzner clusters (e.g., Bare Metal Kubernetes with Talos on Hetzner). Additionally, it seems possible to establish an internal connection between dedicated servers and cloud servers using vSwitch.
Here’s what I am aiming to achieve:
To clarify, I do not intend to create EX machines using this Terraform module. Instead, my plan is:
Is it possible to achieve this setup using this Terraform module?
Thank you for your guidance!
Beta Was this translation helpful? Give feedback.
All reactions