-
I have a K8s cluster spanning two regions and quiet a few nodes in each region. The RTT between the two regions is around 7ms. Decent given the geographical distance. I first tried setting up a Ceph Cluster with Rook. But the Ping time is too large for Ceph to work properly. Ceph is not the right choice for my setup and requirements. So before I set up DRBD, is this actually doable with this operator? I know I can set affinity and such on pods, but is it possible to instruct this controller to replicate my volumes to the second region? I don't need in-region replication. All satellites within one region can have Diskless DRBDs. I've worked with DRBD on non-k8s before, but I don't see any obvious answer to this scenario. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
I believe this is possible. See the examples here: https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#s-kubernetes-volume-accessibility-and-locality Specifically, I believe you are looking for
You probably are also looking for some DRBD tuning (using protocol |
Beta Was this translation helpful? Give feedback.
I believe this is possible. See the examples here: https://linbit.com/drbd-user-guide/linstor-guide-1_0-en/#s-kubernetes-volume-accessibility-and-locality
Specifically, I believe you are looking for
You probably are also looking for some DRBD tuning (using protocol
C
is probably also too slow).