4 个仓库
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.
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.
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.
这是一个专为爱好者和家庭实验室环境设计的 Kubernetes 部署指南和基础设施配置工具。它提供了一个在各种云服务商及物理或虚拟节点上设置多节点集群的框架,充当自托管集群编排器。 该项目通过特定的实施指南专注于安全加固和基础设施稳定性。这包括涵盖主机防火墙和加密网络覆盖的网络安全框架,以及关于配置 Ingress 路由以通过 DNS 映射和流量控制器管理外部公共流量的详细说明。 其功能范围扩展到分布式存储配置,提供了实现复制块存储和持久卷的方法,确保容器重启后数据不丢失。它还涵盖了用于加密连接的自动化证书管理以及基于角色的访问控制配置。
Implements persistent volumes with synchronous block replication across nodes for fault tolerance.
GlusterFS 是一个软件定义的分布式文件系统和横向扩展存储集群,将来自多个服务器的磁盘资源聚合到一个单一的全局命名空间中。它作为一个统一的存储平台,允许通过文件、块和对象存储接口暴露相同的基础数据。 该系统通过去中心化架构脱颖而出,该架构使用一致性哈希在网络节点之间分发文件,而无需中央元数据服务器。它通过自愈复制、基于仲裁的一致性来防止脑裂场景,以及用于跨地理位置灾难恢复的异步地理复制,确保了数据完整性和可用性。 该平台通过 NFS、Samba 和 iSCSI 提供广泛的多协议存储导出功能,以及全面的卷管理功能,包括时间点快照、存储配额和弹性容量扩展。安全性通过传输中的 TLS 加密、身份管理集成和细粒度的 POSIX 访问控制来处理。 该软件可通过社区仓库以二进制包的形式提供,适用于各种 Linux 发行版。
Maintains multiple copies of data across nodes to ensure high availability and automatic failover.