2 مستودعات
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.
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.
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.