awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • longhorn/longhornالصورة الرمزية لـ longhorn

    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/cubefsالصورة الرمزية لـ cubefs

    cubefs/cubefs

    5,593عرض على GitHub↗

    CubeFS هو نظام تخزين سحابي موزع مصمم لإدارة تخزين الملفات والكائنات عبر مراكز البيانات والسحب الهجينة. يعمل كنظام ملفات موزع متعدد المستأجرين ومخزن كائنات قادر على التعامل مع البيانات على نطاق إكسابايت، باستخدام بنية موزعة لتخزين المحتوى غير المهيكل. يتميز النظام بطبقة واجهة متعددة البروتوكولات تسمح بالوصول المتزامن للبيانات عبر واجهات S3 وPOSIX وHDFS. يستخدم بنية حوسبة-تخزين مفككة لتوسيع نطاق المعالجة والاستمرارية بشكل مستقل، ويطبق سياسات عزل دقيقة لفصل الموارد والبيانات بين المستأجرين المختلفين. تتم إدارة الموثوقية من خلال استراتيجيات تكرار قابلة للتهيئة، بما في ذلك النسخ المتطابق متعدد النسخ وترميز المسح (Erasure coding). تتضمن المنصة نظام تخزين مؤقت متعدد المستويات لتسريع الوصول إلى البيانات، وتتكامل مع 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-driverالصورة الرمزية لـ kubernetes-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