Node Placement across Datacenters #659
-
I want to run kube-hetzner with Longhorn, Rancher, Wireguard, and Cilium and wonder if distributing nodes across My assumption is distributing the control plane is probably ok (eg. 2 in What is your experience? Do you distribute both the control plane and the storage nodes? Do you even distribute the control plane nodes across |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@mitja Distributing is perfectly fine as the Hetzner network takes care of it with or without wireguard (it's completely optional just for an extra layer of security, but not functionality). Now if you are going to use a DB, best to use Longhorn with node storage instead of Volumes, as those tend to be slower (please search this project for more info). We recommend https://cloudnative-pg.io/ and it's lead by one of our core contributors @mnencia and it's really well built and efficient. I would guess that the location of the storage nodes do not matter that much, as the latency is pretty low between all data centers anyway. But have a try! |
Beta Was this translation helpful? Give feedback.
@mitja Distributing is perfectly fine as the Hetzner network takes care of it with or without wireguard (it's completely optional just for an extra layer of security, but not functionality).
Now if you are going to use a DB, best to use Longhorn with node storage instead of Volumes, as those tend to be slower (please search this project for more info). We recommend https://cloudnative-pg.io/ and it's lead by one of our core contributors @mnencia and it's really well built and efficient.
I would guess that the location of the storage nodes do not matter that much, as the latency is pretty low between all data centers anyway. But have a try!