Replies: 3 comments 11 replies
-
@aleksasiriski You are probably more familiar with that use case! |
Beta Was this translation helpful? Give feedback.
-
This reddit post suggests that we need to use CryFS (which is still not stable), GocryptFS or securefs (still not at 1.0). Having said that, since GocryptFS is the only really stable and tested one, also written in Go which makes it easier to use as a csi driver, I'll look into implementing that. But be warned, Hetzner Storage Boxes are HDDs that can be quite slow since they're all shared between users, adding encryption on top could result in abnormally slow transfer speeds. Maybe a dedicated box with large storage would better suit some users (especially with NFS instead of SMB) |
Beta Was this translation helpful? Give feedback.
-
What is silly in general is that these storage boxes don't have fixed IPs or subnets which means you have to open the outgoing firewall for port 445/TCP basically to the world which is not really nice. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed you've integrated csi-driver-smb to connect to storage-boxes. I got this setup running for a couple months now for (very) cheap storage and it works pretty good. The connection gets dropped some times and you have to re-spawn the pod to reconnect, but overall its fine.
I also noticed that you worked out encryption for longhorn and hetzner-csi and I was wondering if the same could be achieved for the smb driver?
Since the smb traffic is unencrypted, this sounds like a very interesting use case to me.
Beta Was this translation helpful? Give feedback.
All reactions