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
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesReplicated Persistent Volumes

Persistent volumes that synchronously replicate block data across multiple nodes for fault tolerance.

Distinct from Persistent Storage Volumes: Distinct from Persistent Storage Volumes: focuses on volumes with synchronous replication across nodes, not general persistent volume attachment.

Explore 4 awesome GitHub repositories matching data & databases · Replicated Persistent Volumes. Refine with filters or upvote what's useful.

Awesome Replicated Persistent Volumes GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 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

    Ships replicated persistent volumes that survive node failures via synchronous NVMe-TCP replication.

    block-storageblockstoragecloud-native
    Auf GitHub ansehen↗9,771
  • 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

    Creates persistent volumes that synchronously replicate block data across multiple nodes for high availability.

    Shellcncfdistributed-systemshigh-availability
    Auf GitHub ansehen↗7,803
  • hobby-kube/guideAvatar von hobby-kube

    hobby-kube/guide

    5,658Auf GitHub ansehen↗

    This project is a Kubernetes deployment guide and infrastructure provisioner designed for hobbyist and home lab environments. It provides a framework for setting up multi-node clusters across various cloud providers and physical or virtual nodes, acting as a self-hosted cluster orchestrator. The project focuses on security hardening and infrastructure stability through specific implementation guides. This includes a framework for network security that covers host firewalls and encrypted network overlays, as well as detailed instructions for configuring ingress routing to manage external publi

    Implements persistent volumes with synchronous block replication across nodes for fault tolerance.

    automationclustercost-effective
    Auf GitHub ansehen↗5,658
  • gluster/glusterfsAvatar von gluster

    gluster/glusterfs

    5,191Auf GitHub ansehen↗

    GlusterFS ist ein softwaredefiniertes verteiltes Dateisystem und Scale-Out-Storage-Cluster, das Festplattenressourcen von mehreren Servern in einem einzigen globalen Namensraum aggregiert. Es fungiert als vereinheitlichte Speicherplattform, die es ermöglicht, dieselben zugrunde liegenden Daten über Datei-, Block- und Objektspeicherschnittstellen bereitzustellen. Das System zeichnet sich durch eine dezentrale Architektur aus, die konsistentes Hashing verwendet, um Dateien über Netzwerkknoten hinweg ohne zentralen Metadaten-Server zu verteilen. Es stellt Datenintegrität und -verfügbarkeit durch selbstheilende Replikation, Quorum-basierte Konsistenz zur Vermeidung von Split-Brain-Szenarien sowie asynchrone Geo-Replikation für die Notfallwiederherstellung über entfernte geografische Standorte hinweg sicher. Die Plattform bietet eine breite Abdeckung von Funktionen über Multi-Protokoll-Speicherexport via NFS, Samba und iSCSI sowie umfassende Volume-Verwaltung, einschließlich Point-in-Time-Snapshots, Speicherkontingenten und elastischer Kapazitätserweiterung. Die Sicherheit wird durch TLS-Verschlüsselung für Daten während der Übertragung, Identitätsmanagement-Integration und granulare POSIX-Zugriffskontrolle gehandhabt. Die Software ist als Binärpakete über Community-Repositories für verschiedene Linux-Distributionen verfügbar.

    Maintains multiple copies of data across nodes to ensure high availability and automatic failover.

    C
    Auf GitHub ansehen↗5,191
  1. Home
  2. Data & Databases
  3. Persistent Storage Volumes
  4. Replicated Persistent Volumes

Unter-Tags erkunden

  • Image-Based ProvisioningCreating persistent volumes by extracting data from container or disk images. **Distinct from Replicated Persistent Volumes:** Specific to volume creation from images, distinct from general replication or lifecycle management.