mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-26 23:38:31 +00:00
docs: add Dragonball to hypervisors
Fixes:#4193 Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com>
This commit is contained in:
parent
2bb1eeaecc
commit
939959e726
@ -33,6 +33,7 @@ are available, their default values and how each setting can be used.
|
|||||||
[Cloud Hypervisor] | rust | `aarch64`, `x86_64` | Type 2 ([KVM]) | `configuration-clh.toml` |
|
[Cloud Hypervisor] | rust | `aarch64`, `x86_64` | Type 2 ([KVM]) | `configuration-clh.toml` |
|
||||||
[Firecracker] | rust | `aarch64`, `x86_64` | Type 2 ([KVM]) | `configuration-fc.toml` |
|
[Firecracker] | rust | `aarch64`, `x86_64` | Type 2 ([KVM]) | `configuration-fc.toml` |
|
||||||
[QEMU] | C | all | Type 2 ([KVM]) | `configuration-qemu.toml` |
|
[QEMU] | C | all | Type 2 ([KVM]) | `configuration-qemu.toml` |
|
||||||
|
[`Dragonball`] | rust | `aarch64`, `x86_64` | Type 2 ([KVM]) | `configuration-dragonball.toml` |
|
||||||
|
|
||||||
## Determine currently configured hypervisor
|
## Determine currently configured hypervisor
|
||||||
|
|
||||||
@ -52,6 +53,7 @@ the hypervisors:
|
|||||||
[Cloud Hypervisor] | Low latency, small memory footprint, small attack surface | Minimal | | excellent | excellent | High performance modern cloud workloads | |
|
[Cloud Hypervisor] | Low latency, small memory footprint, small attack surface | Minimal | | excellent | excellent | High performance modern cloud workloads | |
|
||||||
[Firecracker] | Very slimline | Extremely minimal | Doesn't support all device types | excellent | excellent | Serverless / FaaS | |
|
[Firecracker] | Very slimline | Extremely minimal | Doesn't support all device types | excellent | excellent | Serverless / FaaS | |
|
||||||
[QEMU] | Lots of features | Lots | | good | good | Good option for most users | | All users |
|
[QEMU] | Lots of features | Lots | | good | good | Good option for most users | | All users |
|
||||||
|
[`Dragonball`] | Built-in VMM, low CPU and memory overhead| Minimal | | excellent | excellent | Optimized for most container workloads | `out-of-the-box` Kata Containers experience |
|
||||||
|
|
||||||
For further details, see the [Virtualization in Kata Containers](design/virtualization.md) document and the official documentation for each hypervisor.
|
For further details, see the [Virtualization in Kata Containers](design/virtualization.md) document and the official documentation for each hypervisor.
|
||||||
|
|
||||||
@ -60,3 +62,4 @@ For further details, see the [Virtualization in Kata Containers](design/virtuali
|
|||||||
[Firecracker]: https://github.com/firecracker-microvm/firecracker
|
[Firecracker]: https://github.com/firecracker-microvm/firecracker
|
||||||
[KVM]: https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine
|
[KVM]: https://en.wikipedia.org/wiki/Kernel-based_Virtual_Machine
|
||||||
[QEMU]: http://www.qemu-project.org
|
[QEMU]: http://www.qemu-project.org
|
||||||
|
[`Dragonball`]: https://github.com/openanolis/dragonball-sandbox
|
||||||
|
Loading…
Reference in New Issue
Block a user