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.
هذه الأداة عبارة عن أداة سطر أوامر مصممة لإدارة دورة حياة التخزين الدائم داخل بيئات الحاويات. تسهل الأداة ترحيل، ونسخ احتياطي، واستعادة البيانات بين مطالبات وحدات التخزين الدائمة (persistent volume claims) عبر مساحات أسماء، أو عناقيد، أو فئات تخزين مختلفة. ومن خلال أتمتة هذه المهام، تدعم الأداة توسيع البنية التحتية، والتعافي من الكوارث، وإدارة التخزين العامة. يتميز المشروع بتنسيقه للوظائف المؤقتة (ephemeral jobs) التي تنفذ عمليات نقل البيانات في الخلفية، مما يضمن استمرار العمليات حتى في حالة قطع اتصال جلسة العميل. يستخدم المشروع استراتيجية نقل قابلة للتوصيل تسمح للمستخدمين باختيار طرق مزامنة محددة لاستيعاب طوبولوجيا الشبكة المتغيرة، وقيود جدار الحماية، وقيود عرض النطاق الترددي. تدعم الأداة أيضاً الترحيل العكسي للبيئات التي لا يمكن للمصدر فيها بدء اتصالات خارجية. بعيداً عن الترحيل الأساسي، توفر الأداة تحكماً دقيقاً في حركة البيانات، بما في ذلك القدرة على مزامنة أدلة فرعية محددة وتخصيص ملفات الموارد لتلبية متطلبات البنية التحتية. تفرض الأداة سياسات الأمان من خلال تطبيق سياقات أمان مقيدة وتنفيذ غير جذري (non-root) لحاويات الترحيل. بمجرد اكتمال المهام، تقوم الأداة تلقائياً بتنظيف موارد العنقود المؤقتة للحفاظ على سلامة البيئة.
Facilitates seamless data transfers between persistent storage claims across namespaces, clusters, or storage classes.