Menu

📰
0

Is there a way to RAID Volumes in K8s?

Reddit r/kubernetes·u/Mert007·about 1 month ago
#65XGdlvM
#raid#backup#volumes#node#article#discussion
Reading 0:00
15s threshold

Is there a way to RAID Volumes in K8s? Assume that you have two servers that host one node each, with different number of mounted disks such as: |Node 1|mount1, mount2| |:-|:-| |Node 2|mount3, mount4, mount5| In my cluster, let's say that I have two pods running, |Pod1|Saves critical data. Uses PVC| |:-|:-| |Pod2|Saves non-critical data. Uses PVC| My questions are: * Is there a way to RAID in Kubernetes across volumes for different mounts. * Is there a way that I can RAID copy only the data saved through Pod1 (so not necessarily on all data stored)? * If so, is there a way to set preferences to a RAID, such that it prefers using RAID across nodes first hand? I'm aware of snapshots, and tools that help you backup your volumes both inside and outside your cluster, such as K10. But since RAID5 for instance is an effective way to backup data, and scales very well as more mounts are inserted, I think I prefer that long-term. Am I perhaps seeing this wrong, and you do perhaps have a better solution in mind?…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More