Show HN: Searchable Kubernetes CSI provider listing
storageclass.info
Show HN: Searchable Kubernetes CSI provider listing
1–10 of 23 posts
Re: Show HN: Searchable Kubernetes CSI provider listing
#2 Uncaught TypeError: e.description is undefined
e https://storageclass.info/storageclasses/:6
filterStoragesClasses https://storageclass.info/storageclasses/:6
oninput https://storageclass.info/storageclasses/:6
2 storageclasses:6:204943
e https://storageclass.info/storageclasses/:6
filter self-hosted:195
filterStoragesClasses https://storageclass.info/storageclasses/:6
oninput https://storageclass.info/storageclasses/:6Additionally, https://plausible.io/js/script.js is blocked by adblockers, and the search breaks completely then.
Re: Show HN: Searchable Kubernetes CSI provider listing
#3Some search terms (try "iscsi") break the site due to JS errors: Uncaught TypeError: e.description is undefined e https://storageclass.info/storageclasses/:6 filterStoragesClasses https://storageclass.info/storageclasses/:6 oninput https://storageclass.info/storageclasses/:6 2 storageclasses:6:204943 e https://storageclass.info/storageclasses/:6 filter self-hosted:195 filterStoragesClasses https://storageclass.info/s…
Re: Show HN: Searchable Kubernetes CSI provider listing
#4I tried out OpenEBS Replicated — and it is promising — but it doesn’t really seem mature yet. Im a bit scared to put production critical data into it.
Re: Show HN: Searchable Kubernetes CSI provider listing
#5Does anyone have good experiences with a replicated storage CSI which can run on commodity hardware? I tried out OpenEBS Replicated — and it is promising — but it doesn’t really seem mature yet. Im a bit scared to put production critical data into it.
A lot of times, finding a solution further up the stack or settling for backups ends up being more robust and reliable. Many folks have been burnt by all the fun failure scenarios of replicated filesystems.
Re: Show HN: Searchable Kubernetes CSI provider listing
#6Does anyone have good experiences with a replicated storage CSI which can run on commodity hardware? I tried out OpenEBS Replicated — and it is promising — but it doesn’t really seem mature yet. Im a bit scared to put production critical data into it.
Re: Show HN: Searchable Kubernetes CSI provider listing
#7Does anyone have good experiences with a replicated storage CSI which can run on commodity hardware? I tried out OpenEBS Replicated — and it is promising — but it doesn’t really seem mature yet. Im a bit scared to put production critical data into it.
Re: Show HN: Searchable Kubernetes CSI provider listing
#8Re: Show HN: Searchable Kubernetes CSI provider listing
#9Does anyone have good experiences with a replicated storage CSI which can run on commodity hardware? I tried out OpenEBS Replicated — and it is promising — but it doesn’t really seem mature yet. Im a bit scared to put production critical data into it.
What problem are you trying to solve with replicated storage? A lot of times, finding a solution further up the stack or settling for backups ends up being more robust and reliable. Many folks have been burnt by all the fun failure scenarios of replicated filesystems.
What I would like to do is develop a system where applications just need to request replicated volumes which span a specific failure domain and push that logic down to the platform.
Re: Show HN: Searchable Kubernetes CSI provider listing
#10Does anyone have good experiences with a replicated storage CSI which can run on commodity hardware? I tried out OpenEBS Replicated — and it is promising — but it doesn’t really seem mature yet. Im a bit scared to put production critical data into it.
My experience is that OpenEBS and Longhorn are cool and new and simplified, but that I would only trust my life to Rook/Ceph. If it's going into production, I'd say look at https://rook.io/ - Ceph can do both block and filesystem volumes.