1 Repo
Block storage volumes that support simultaneous read and write access from multiple compute nodes.
Distinct from Read-Write Lock Shared Data Protection: Distinct from Read-Write Locks or Splitting: refers to the storage access mode (RWX) at the block level, not database transaction or routing patterns.
Explore 1 awesome GitHub repository matching data & databases · Read-Write-Many Block Storage. Refine with filters or upvote what's useful.
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
Provides shared read-write access to a single block volume across multiple pods simultaneously.