3 个仓库
Create and manage local volumes from host paths, attached storage, or existing LVM/ZFS stacks, mounting them directly into pods for low-latency access.
Distinct from Persistent Storage Volumes: Distinct from Persistent Storage Volumes: focuses on local volume management from host paths or LVM/ZFS, not general persistent volume attachment.
Explore 3 awesome GitHub repositories matching data & databases · Local Persistent Volume Managers. 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
Creates and manages local volumes from host paths, attached storage, or existing LVM/ZFS stacks for low-latency access.
Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag
Creates, lists, and removes persistent storage volumes attached to sandboxes for data durability.
该工具是一款命令行实用程序,专为管理容器化环境中持久存储的生命周期而设计。它促进了跨不同命名空间、集群或存储类的持久卷声明 (PVC) 之间的数据迁移、备份和还原。通过自动化这些任务,它支持基础设施扩展、灾难恢复和常规存储管理。 该项目通过编排在后台执行数据传输的临时作业而脱颖而出,确保即使客户端会话断开连接,操作也能继续。它采用了一种可插拔的传输策略,允许用户选择特定的同步方法以适应不同的网络拓扑、防火墙限制和带宽约束。该工具还支持反向迁移,适用于源无法发起外部连接的环境。 除了核心迁移外,该实用程序还提供对数据移动的细粒度控制,包括同步特定子目录和自定义资源清单以满足基础设施要求的能力。它通过将受限的安全上下文和非 root 执行应用于迁移容器来强制执行安全策略。任务完成后,该工具会自动清理临时集群资源以维护环境完整性。
Facilitates seamless data transfers between persistent storage claims across namespaces, clusters, or storage classes.