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

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

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

3 个仓库

Awesome GitHub RepositoriesCSI Driver Implementations

Implementing the Container Storage Interface standard to provide block storage to Kubernetes.

Distinct from CSI Drivers: Focuses on the driver implementation for block storage, unlike candidates focusing on mounting certificates or wireless signals.

Explore 3 awesome GitHub repositories matching devops & infrastructure · CSI Driver Implementations. Refine with filters or upvote what's useful.

Awesome CSI Driver Implementations GitHub Repositories

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

    longhorn/longhorn

    7,803在 GitHub 上查看↗

    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

    Exposes block storage volumes to Kubernetes through the Container Storage Interface standard for dynamic provisioning.

    Shellcncfdistributed-systemshigh-availability
    在 GitHub 上查看↗7,803
  • cubefs/cubefscubefs 的头像

    cubefs/cubefs

    5,593在 GitHub 上查看↗

    CubeFS 是一个分布式云存储系统,旨在管理跨数据中心和混合云的文件和对象存储。它作为一个多租户分布式文件系统和对象存储,能够处理艾字节(exabyte)规模的数据,并利用分布式架构存储非结构化内容。 该系统以其多协议接口层为特色,允许通过 S3、POSIX 和 HDFS 接口同时访问数据。它采用存算分离架构以独立扩展处理和持久化能力,并实施细粒度的隔离策略以分离不同租户间的资源和数据。 可靠性通过可配置的冗余策略进行管理,包括多副本镜像和纠删码。该平台包含一个多级缓存系统以加速数据访问,并与 Kubernetes 通过容器存储接口(CSI)驱动程序集成,以实现持久卷的自动化配置。

    Provides a Container Storage Interface (CSI) driver for automated volume provisioning in Kubernetes.

    Goai-native-storagecloud-native-storagecloud-storage
    在 GitHub 上查看↗5,593
  • kubernetes-sigs/secrets-store-csi-driverkubernetes-sigs 的头像

    kubernetes-sigs/secrets-store-csi-driver

    1,541在 GitHub 上查看↗

    The Secrets Store Container Storage Interface driver is a Kubernetes storage plugin that enables pods to mount sensitive data from external secret management services directly into container volumes. By utilizing the standard container storage interface, it allows applications to access credentials as files within the file system, ensuring that sensitive information is held in memory rather than persisted to the node disk. The driver distinguishes itself by providing a unified interface for multi-provider integration, allowing clusters to connect to various external secret management services

    Provides a storage interface driver that mounts secrets from external management services as files directly into container volumes.

    Goaws-secrets-managerazure-keyvaultcsi
    在 GitHub 上查看↗1,541
  1. Home
  2. DevOps & Infrastructure
  3. CSI Driver Implementations