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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesFilesystem Provisioning

Low-level management of file creation, permissions, and content modification during system setup.

Distinct from File Management: None of the candidates cover the specific act of creating/overwriting system files during bootstrapping.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Filesystem Provisioning. Refine with filters or upvote what's useful.

Awesome Filesystem Provisioning GitHub Repositories

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

    rook/rook

    13,553عرض على GitHub↗

    Rook is a Kubernetes storage orchestrator and distributed storage operator that automates the deployment and management of storage clusters. It serves as a multi-protocol storage provider, offering block, file, and object storage capabilities to containerized workloads. The system focuses on providing a self-healing storage cluster that replicates data across hardware nodes to maintain availability and recover from failures. It uses an operator-led model to handle the installation, scaling, and upgrades of storage nodes and daemons. The orchestrator covers a broad range of provisioning servi

    Sets up network filesystems that allow multiple pods to read and write data simultaneously across a cluster.

    Gocephcloud-nativecncf
    عرض على GitHub↗13,553
  • siderolabs/talosالصورة الرمزية لـ siderolabs

    siderolabs/talos

    10,659عرض على GitHub↗

    Talos is a minimal, immutable Linux distribution designed specifically for deploying and managing Kubernetes clusters. It functions as an API-driven infrastructure manager that replaces traditional shell access with a declarative gRPC interface to control operating system state and configuration. The system is distinguished by its use of a read-only root filesystem and a security-hardened kernel, which removes standard GNU utilities to reduce the attack surface. It ensures environment consistency by distributing the operating system as versioned, signed images and utilizes TPM-backed verified

    Creates, appends, or overwrites files at specific paths with defined permissions during setup.

    Gocloud-nativecontainerdgo
    عرض على GitHub↗10,659
  1. Home
  2. Operating Systems & Systems Programming
  3. Filesystem Provisioning

استكشف الوسوم الفرعية

  • Shared NetworkAutomated setup of distributed filesystems that support simultaneous read-write access for multiple concurrent clients. **Distinct from Filesystem Provisioning:** Focuses on networked shared access for multiple pods rather than local system filesystem bootstrapping.