awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

Awesome GitHub RepositoriesLocal Persistent Volume Managers

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.

Awesome Local Persistent Volume Managers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openebs/openebsopenebs 的头像

    openebs/openebs

    9,771在 GitHub 上查看↗

    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.

    block-storageblockstoragecloud-native
    在 GitHub 上查看↗9,771
  • superradcompany/microsandboxsuperradcompany 的头像

    superradcompany/microsandbox

    6,570在 GitHub 上查看↗

    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.

    Rust
    在 GitHub 上查看↗6,570
  • utkuozdemir/pv-migrateutkuozdemir 的头像

    utkuozdemir/pv-migrate

    2,353在 GitHub 上查看↗

    该工具是一款命令行实用程序,专为管理容器化环境中持久存储的生命周期而设计。它促进了跨不同命名空间、集群或存储类的持久卷声明 (PVC) 之间的数据迁移、备份和还原。通过自动化这些任务,它支持基础设施扩展、灾难恢复和常规存储管理。 该项目通过编排在后台执行数据传输的临时作业而脱颖而出,确保即使客户端会话断开连接,操作也能继续。它采用了一种可插拔的传输策略,允许用户选择特定的同步方法以适应不同的网络拓扑、防火墙限制和带宽约束。该工具还支持反向迁移,适用于源无法发起外部连接的环境。 除了核心迁移外,该实用程序还提供对数据移动的细粒度控制,包括同步特定子目录和自定义资源清单以满足基础设施要求的能力。它通过将受限的安全上下文和非 root 执行应用于迁移容器来强制执行安全策略。任务完成后,该工具会自动清理临时集群资源以维护环境完整性。

    Facilitates seamless data transfers between persistent storage claims across namespaces, clusters, or storage classes.

    Gobackupbucket-storagekubernetes
    在 GitHub 上查看↗2,353
  1. Home
  2. Data & Databases
  3. Persistent Storage Volumes
  4. Local Persistent Volume Managers