democratic-csi VS middleware

Compare democratic-csi vs middleware and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
democratic-csi middleware
14 171
730 2,204
4.8% 0.8%
5.6 9.9
about 1 month ago 2 days ago
JavaScript Python
MIT License GNU Lesser General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

democratic-csi

Posts with mentions or reviews of democratic-csi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-08.
  • NVMe-OF with Non-SSD Drives: Worth the Switch?
    1 project | /r/DataHoarder | 28 May 2023
    The interface software regarding is not a worry of mine, as democratic-csi does the storage management for me, thus the compatibility it is not limited to the application using the storage per se, as this is handled by Kubernete's CSI drivers, being application-agnostic when utilizing the storage provided.My main worry is not latency, but rather RAM
  • There doesn't seam to be any good distributed block storage for Kubernetes
    3 projects | /r/kubernetes | 8 Feb 2023
    Check out https://github.com/democratic-csi/democratic-csi
  • Kubernetes dev homelab & NAS
    2 projects | /r/homelab | 3 Dec 2022
    in k3s, i'm using https://github.com/democratic-csi/democratic-csi (was using iSCSI before, now everything is NFS)
  • Which block storage solution to self host ?
    4 projects | /r/kubernetes | 13 Sep 2022
    Have you checked this out? GitHub democratic-csi I have yet to test this in my @home K8s cluster. It supports iSCSI volume management for FreeNAS, Synology and other CSI backends.
  • What's the best way to utilize a NAS with Docker services on separate machine?
    1 project | /r/selfhosted | 29 Aug 2022
    If you ever migrate from docker up to kubernetes, then take a look into democratic-csi. For a modest homelab, it is a valid option (said from somebody who manages a small homelab and plays around with kubernetes).
  • Optimizing zvols for ext4 use?
    4 projects | /r/zfs | 16 Mar 2022
    For persistent storage have you looked into using TrueNAS with a CSI provider with your container orchestrator? I'm assuming your orchestrator is Nomad or Kubernetes.
  • You need Rancher on truenas scal
    2 projects | /r/truenas | 12 Jan 2022
    Yes, Rancher does support FreeNAS, TrueNAS. and Scale using the storage class provider https://github.com/democratic-csi/democratic-csi It's important to remember Rancher is the server. And in this case, you need to ask the question does the k8s cluster that Rancher is managing support this storage class provider? If you are using RKE the answer is Yes.
  • From Docker (-Compose) to K3s?
    1 project | /r/selfhosted | 1 Jan 2022
    I use https://github.com/democratic-csi/democratic-csi to mount nfs/iscsi shares (and manage the shares) from my SAN (truenas box).
  • iSCSI and multiple pods - does it work?
    2 projects | /r/kubernetes | 27 Dec 2021
    iSCSI with democratic-csi (https://github.com/democratic-csi/democratic-csi) works great for me on truenas. I use iSCSI for any PVs that don't need to be shared and NFS for anything I'd like to share between different pods (like movies, music).
  • Building a "complete" cluster locally
    24 projects | /r/kubernetes | 31 Oct 2021
    Storage - democratic-csi looked the most promising, it has worked well so far. I am using zfs-generic-iscsi against an Ubuntu 20.04 storage server. I also tried zfs-generic-nfs and it worked successfully with the caveat of having to deal with NFS file permissions.

middleware

Posts with mentions or reviews of middleware. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.
  • Titles are hard but collecting your favourite shows shouldn't be
    4 projects | /r/CuratedTumblr | 8 Jun 2023
    For storage options, most people either purchase a NAS (network attached storage) or re-purpose an older computer using either TrueNAS or unraid. If you're looking to just purchase one, the most popular brand is synology, but their models can be a bit pricey.
  • I want to turn old PC into a NAS
    1 project | /r/homelab | 5 Jun 2023
    https://www.truenas.com/ if you just want to use it as network storage.
  • NAS Recommendations?
    1 project | /r/homelab | 5 Jun 2023
    Synology if you need prebuilt. If you want to build DIY NAS, take a case that can hold as many drives as you want, take a consumer-grade mobo and Intel/AMD CPU (really doesn't matter for NAS), purchase 1 x SSD for OS and as many drives as you need, deploy something like TrueNAS (https://www.truenas.com/) or Starwinds SAN and NAS (https://www.starwindsoftware.com/san-and-nas), configure RAID (for redundancy, preferably RAID-6) and share the storage to your NUC as iSCSI/NFS/SMB. The second option will require some effort to accomplish but will be more flexible and deliver more performance.
  • Hardware/Software recommendations
    1 project | /r/homelab | 2 Jun 2023
    There is no such thing as an ideal OS. Some of the products are better in some of the areas, while other software is better in other areas. For example, Proxmox is the virtualization platform that is targeting virtualization needs. It has support for software RAID, but it doesn't mean that this is the primary feature that is constantly developed. Any NAS OS basically doing the same but targeting storage and sharing things over the virtualization or anything else. So, you need to use whatever is better for the particular use case. Use proxmox on the virtualization host and NAS OS as a storage engine. Or run hypervisor and NAS OS as the VM. As per the alternatives to OMV, you can take a look at Starwinds SAN and NAS (https://www.starwindsoftware.com/san-and-nas), TrueNAS (https://www.truenas.com/), or even pure Debian + Cockpit (https://cockpit-project.org/)
  • New home lab
    2 projects | /r/homelab | 31 May 2023
    The second is storage. If you need any of the storage sharing, deploy NAS OS as the VM in proxmox, like Starwinds SAN and NAS (https://www.starwindsoftware.com/san-and-nas) or OMV (https://www.openmediavault.org/), or TrueNAS (https://www.truenas.com/). As you mentioned, you need to cross-flash the perc into IT mode and pass through the controller into VM, but you need a separate from the controller drive for proxmox to be able to PCI-E passthrough the card into VM. Then, configure software RAID and reshare the storage to the proxmox via NFS/iSCSI (that will improve your skills in storage stack and storage protocols).
  • UNRAID or OMV?
    1 project | /r/homelab | 24 May 2023
    You can also go another route with Proxmox and NAS OS as a VM. TrueNAS or Starwinds SAN&NAS can be used. https://www.truenas.com/
  • Critique/advice on proposed home network setup please.
    1 project | /r/HomeNetworking | 24 May 2023
    You would need some sort of NAS device to act as a file server (you obviously can't just plug a HDD directly into a switch). Some consumer routers have USB ports where you can plug in an external HDD, though they frequently have speed issues with the USB ports. You could buy something from QNAP, Synology, etc. or build your own TrueNAS.
  • Best NAS other than Synology 920
    1 project | /r/PleX | 12 May 2023
    I run plex on my lab, but if I didn't have that, I would probably buy a cheap server and run TrueNAS. https://www.truenas.com/ I personally have a whole vmware network using it for storage, but as just a plex server with a bunch of storage would be a viable alternative for a single host and have the storage plus the raid benefits of not having to worry about disk failures.
  • Stripe Block Size RAID 5
    1 project | /r/HomeServer | 11 May 2023
    Take a look at TrueNAS or Starwinds SAN&NAS as a NAS OS options. https://www.truenas.com/
  • Poor storage performance on nested vSphere lab :( - need help interpreting tests and finding root cause
    1 project | /r/homelab | 4 May 2023
    Windows built-in iSCSI server is slow. If you don't mind replacing it, try using TrueNAS, Starwinds SAN&NAS, or even Linux (Ubuntu Server) VM running the iSCSI target server. Either solution should overperform the Windows alternative.

What are some alternatives?

When comparing democratic-csi and middleware you can also consider the following projects:

truenas-csp - TrueNAS Container Storage Provider for HPE CSI Driver for Kubernetes

filemanager - 📂 Web File Browser

kadalu - A lightweight Persistent storage solution for Kubernetes / OpenShift / Nomad using GlusterFS in background. More information at https://kadalu.tech

vaultwarden - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs

zfs-localpv - Dynamically provision Stateful Persistent Node-Local Volumes & Filesystems for Kubernetes that is integrated with a backend ZFS data storage stack.

OpenMediaVault - openmediavault is the next generation network attached storage (NAS) solution based on Debian Linux. Thanks to the modular design of the framework it can be enhanced via plugins. openmediavault is primarily designed to be used in home environments or small home offices.

zfsmanager - ZFS administration tool for Webmin

zabbix-nfs - Template for zabbix to check nfs share availability

Hardware - The devices I have, what runs on them, their configurations, issues, solutions, and associated projects

zfs - OpenZFS on Linux and FreeBSD

Portainer - Making Docker and Kubernetes management easy.

catalog - This is JUST the catalog, please refer to truecharts/apps for the actuall app code!