1 مستودع
Executing processes and pods within isolated sandboxes to manage system resources.
Distinct from Container Command Execution: Focuses on the isolation and resource management of the execution rather than just build-time command execution.
Explore 1 awesome GitHub repository matching devops & infrastructure · Sandbox Process Execution. Refine with filters or upvote what's useful.
Youki is a low-level container runtime written in Rust that creates and manages isolated containers according to Open Container Initiative specifications. It serves as an execution engine that can function as a rootless container manager or a pluggable Kubernetes CRI runtime to manage pods and containers within a cluster. The project distinguishes itself by providing a Wasm container runtime capable of executing WebAssembly modules as isolated workloads compatible with standard orchestration tools. It further supports a rootless execution model, allowing isolated environments to start as non-
Runs containers and pods using compatible sandboxes to isolate processes and manage hardware resources.