Live data from Hacker News

Show HN: Searchable Kubernetes CSI provider listing

storageclass.info

1–10 of 23 posts

Re: Show HN: Searchable Kubernetes CSI provider listing

#2
Some 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/storageclasses/:6 oninput https://storageclass.info/storageclasses/:6

Additionally, https://plausible.io/js/script.js is blocked by adblockers, and the search breaks completely then.

Re: Show HN: Searchable Kubernetes CSI provider listing

#3
post #2

Some 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…

Uh! Thanks for mentioning. Also wasn't aware that plausible is blocked, thanks for the hint, even though I wonder why it breaks the search. I'll figure it out. Thanks again.

Re: Show HN: Searchable Kubernetes CSI provider listing

#4
Does 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

#5

Does 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.

Re: Show HN: Searchable Kubernetes CSI provider listing

#6

Does 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.

Guess you want a block storage?

Re: Show HN: Searchable Kubernetes CSI provider listing

#7

Does 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.

Re: Show HN: Searchable Kubernetes CSI provider listing

#9

Does 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.

I build a platform which hosts a few thousand services and tens of thousands of nodes. Currently, those services need to each internally manage replicating data and need to be aware of failure domains (host, rack, data center).

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

#10
post #7

Does 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.

Thanks, I will look at Rook.
Post reply on HN