awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Container storage volumes

Ranking aktualisiert am 14. Juli 2026

For storage volumes, the strongest matches are longhorn/longhorn (Longhorn is a purpose-built distributed block storage system for), rook/rook (Rook is a comprehensive Kubernetes-native storage orchestrator that automates) and openebs/openebs (OpenEBS is a container-native storage platform that provides persistent). ceph/ceph and rustfs/rustfs round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Explore the best open-source container storage volumes. Compare top projects by stars and activity to find the right fit for your infrastructure.

Container storage volumes

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • longhorn/longhornAvatar von longhorn

    longhorn/longhorn

    7,803Auf GitHub ansehen↗

    Longhorn is a distributed block storage system and orchestrator for Kubernetes. It provides persistent, replicated block storage volumes that survive pod restarts and node failures by maintaining synchronous copies of data across multiple cluster nodes. The system implements the Container Storage Interface (CSI) for dynamic volume provisioning and attachment. It is distinguished by its support for shared read-write access to a single block volume across multiple pods, as well as the ability to export volume snapshots to external S3 or NFS targets for off-cluster disaster recovery. The platfo

    Longhorn is a purpose-built distributed block storage system for Kubernetes that provides persistent volume management, dynamic provisioning, multi-node replication, and S3-compatible backup integration, making it a comprehensive solution for container storage orchestration.

    ShellCSI Driver ImplementationsCSI Driver ImplementationsStorage Volume Orchestration
    Auf GitHub ansehen↗7,803
  • rook/rookAvatar von rook

    rook/rook

    13,553Auf GitHub ansehen↗

    Rook is a Kubernetes storage orchestrator and distributed storage operator that automates the deployment and management of storage clusters. It serves as a multi-protocol storage provider, offering block, file, and object storage capabilities to containerized workloads. The system focuses on providing a self-healing storage cluster that replicates data across hardware nodes to maintain availability and recover from failures. It uses an operator-led model to handle the installation, scaling, and upgrades of storage nodes and daemons. The orchestrator covers a broad range of provisioning servi

    Rook is a comprehensive Kubernetes-native storage orchestrator that automates the deployment and management of distributed storage systems, providing the persistent volume management, dynamic provisioning, and multi-node replication required for containerized environments.

    GoStorage OrchestratorsStorage ProvisioningKubernetes Storage Orchestration
    Auf GitHub ansehen↗13,553
  • openebs/openebsAvatar von openebs

    openebs/openebs

    9,771Auf GitHub ansehen↗

    OpenEBS is a container-native storage platform that provides persistent volumes for stateful applications running on Kubernetes. It operates through a Kubernetes-native microservice architecture, where storage controllers are managed entirely with kubectl and standard Kubernetes APIs, and offers both local and replicated block storage options. The platform distinguishes itself through synchronous NVMe-TCP replication, which replicates block data across nodes to enable pod rescheduling after node failure without data loss. It also includes a snapshot and clone engine for capturing point-in-tim

    OpenEBS is a container-native storage platform that provides persistent volume management, dynamic provisioning, and multi-node replication specifically designed for Kubernetes environments, making it a comprehensive solution for container storage orchestration.

    Replicated Volume SnapshotsSnapshot Volume CreationKubernetes Storage Orchestration
    Auf GitHub ansehen↗9,771
  • ceph/cephAvatar von ceph

    ceph/ceph

    16,247Auf GitHub ansehen↗

    Ceph is a unified, software-defined storage platform designed to provide object, block, and file storage services from a single distributed cluster. By decoupling data management from physical hardware, it enables elastic scaling across commodity hardware, allowing organizations to build large-scale storage infrastructure without reliance on proprietary vendor equipment. The system distinguishes itself through a shared-nothing, distributed architecture that utilizes deterministic hashing for data placement. This approach eliminates centralized metadata bottlenecks, allowing the cluster to sca

    Ceph is a comprehensive, software-defined storage platform that provides the persistent block, file, and object storage required for container orchestration, featuring native Kubernetes integration, dynamic provisioning, and multi-node replication.

    C++Storage Volume OrchestrationDistributed Storage Clusters
    Auf GitHub ansehen↗16,247
  • rustfs/rustfsAvatar von rustfs

    rustfs/rustfs

    28,850Auf GitHub ansehen↗

    Rustfs is a distributed object storage system designed for high availability and horizontal scalability. It functions as a cluster-based platform that manages data across multiple nodes, providing a self-hosted infrastructure for large-scale storage requirements. The system is built to be container-native, utilizing an operator to automate deployment and management within orchestrated environments. It provides compatibility with standard object storage protocols, allowing existing applications and tools to interact with the storage layer through a translation interface. To ensure long-term re

    Rustfs is a distributed object storage system that provides container-native storage orchestration and S3-compatible interfaces, making it a suitable solution for managing persistent data in distributed environments.

    RustS3 Compatible APIsS3-Compatible Storage AdaptersDistributed Storage Clusters
    Auf GitHub ansehen↗28,850
  • seaweedfs/seaweedfsAvatar von seaweedfs

    seaweedfs/seaweedfs

    32,937Auf GitHub ansehen↗

    SeaweedFS is a distributed object store and high-performance file system designed to manage massive volumes of unstructured data. It utilizes a decoupled architecture that separates metadata management from raw data storage, allowing for independent scalability and the efficient handling of billions of files. By providing a POSIX-compliant interface, it enables applications to interact with a unified namespace while maintaining the performance characteristics of a distributed object store. The system distinguishes itself through a multi-region data fabric that supports active-active replicati

    SeaweedFS is a distributed storage system that provides persistent volumes and S3-compatible storage for containerized environments, though it functions primarily as a storage backend rather than a dedicated container storage orchestrator like Rook or Longhorn.

    GoReplication StrategiesStorage Orchestrators
    Auf GitHub ansehen↗32,937
  • cubefs/cubefsAvatar von cubefs

    cubefs/cubefs

    5,593Auf GitHub ansehen↗

    CubeFS is a distributed cloud storage system designed for managing file and object storage across datacenters and hybrid clouds. It functions as a multi-tenant distributed file system and object store capable of handling data at exabyte scale, utilizing a distributed architecture to store unstructured content. The system is distinguished by a multi-protocol interface layer that allows simultaneous data access through S3, POSIX, and HDFS interfaces. It employs a decoupled compute-storage architecture to scale processing and persistence independently and implements fine-grained isolation polici

    CubeFS is a distributed cloud-native storage system that provides persistent volume management and Kubernetes integration, serving as a robust storage backend for containerized environments.

    GoCSI Driver ImplementationsDistributed StorageKubernetes Storage Orchestration
    Auf GitHub ansehen↗5,593
  • gluster/glusterfsAvatar von gluster

    gluster/glusterfs

    5,191Auf GitHub ansehen↗

    GlusterFS is a software-defined distributed file system and scale-out storage cluster that aggregates disk resources from multiple servers into a single global namespace. It functions as a unified storage platform, allowing the same underlying data to be exposed through file, block, and object storage interfaces. The system distinguishes itself through a decentralized architecture that uses consistent hashing to distribute files across network nodes without a central metadata server. It ensures data integrity and availability using self-healing replication, quorum-based consistency to prevent

    GlusterFS is a distributed file system that provides the persistent storage and replication capabilities required for containerized environments, though it typically requires integration with a container orchestrator like Kubernetes to handle dynamic provisioning.

    CPersistent Storage ProvisioningSnapshot Volume CreationPoint-In-Time Snapshots
    Auf GitHub ansehen↗5,191
  • openebs/mayastorAvatar von openebs

    openebs/mayastor

    1,046Auf GitHub ansehen↗

    Mayastor is a software-defined, cloud-native block storage solution designed to provide high-performance, persistent storage for stateful applications within container orchestration environments. It functions as a distributed storage control plane that decouples application data from physical hardware, enabling dynamic provisioning and management of block volumes across clustered nodes. The platform distinguishes itself by utilizing a user-space storage driver architecture that bypasses kernel overhead to maximize hardware performance. It leverages the NVMe-over-Fabrics protocol to deliver lo

    This is a container-native storage engine that provides dynamic provisioning and replicated persistent volumes for Kubernetes, fitting the core requirements for container storage orchestration.

    RustStorage OrchestratorsStorage ProvisioningKubernetes Storage Orchestration
    Auf GitHub ansehen↗1,046

Related searches

  • an open source solution for cloud storage
  • Remote storage access
  • Tool für geplante Backups von Container-Volumes
  • Backup-Tool für selbstgehostete Server
  • ein selbstgehosteter S3-kompatibler Objektspeicher
  • Key-value store
  • a self hosted alternative to Google Drive
  • Admin API tools