Skip to content

Commit

Permalink
Merge pull request #68 from Burning1020/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-wangzefeng authored Aug 28, 2023
2 parents d5eca4c + 0d48a48 commit d87d2ca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,20 @@

Kuasar is an efficient container runtime that provides cloud-native, all-scenario container solutions by supporting multiple sandbox techniques. Written in Rust, it offers a standard sandbox abstraction based on the sandbox API. Additionally, Kuasar provides an optimized framework to accelerate container startup and reduce unnecessary overheads.

# Supported Sandboxes

| Sandboxer | Sandbox | Status |
|------------|------------------|--------------------|
| MicroVM | Cloud Hypervisor | Supported |
| | QEMU | Supported |
| | Firecracker | Planned in 2024 |
| | StratoVirt | Supported |
| Wasm | WasmEdge | Supported |
| | Wasmtime | Supported |
| | Wasmer | Planned in 2024 |
| App Kernel | gVisor | Planned in 2024 |
| | Quark | Supported |
| runC | runC | Planned in 2023 H2 |
# Why Kuasar?

In the container world, a sandbox is a technique used to separate container processes from each other, and from the operating system itself. After the introduction of the [Sandbox API](https://github.com/containerd/containerd/issues/4131), sandbox has become the first-class citizen in containerd. With more and more sandbox techniques available in the container world, a management service called "sandboxer" is expected to be proposed.
Expand Down

0 comments on commit d87d2ca

Please sign in to comment.