mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-25 15:02:45 +00:00
runtime-rs: update rust runtime roadmap
Update the status and plan for the Rust runtime developement Fixes: #4884 Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com>
This commit is contained in:
parent
69b82023a8
commit
84268f8716
@ -81,31 +81,31 @@ In our case, there will be a variety of resources, and every resource has severa
|
|||||||
- Stage 2 (September): support common features
|
- Stage 2 (September): support common features
|
||||||
- Stage 3: support full features
|
- Stage 3: support full features
|
||||||
|
|
||||||
| **Class** | **Sub-Class** | **Development Stage** |
|
| **Class** | **Sub-Class** | **Development Stage** | **Status** |
|
||||||
| -------------------------- | ------------------- | --------------------- |
|
| -------------------------- | ------------------- | --------------------- |------------|
|
||||||
| Service | task service | Stage 1 |
|
| Service | task service | Stage 1 | ✅ |
|
||||||
| | extend service | Stage 3 |
|
| | extend service | Stage 3 | 🚫 |
|
||||||
| | image service | Stage 3 |
|
| | image service | Stage 3 | 🚫 |
|
||||||
| Runtime handler | `Virt-Container` | Stage 1 |
|
| Runtime handler | `Virt-Container` | Stage 1 | ✅ |
|
||||||
| | `Wasm-Container` | Stage 3 |
|
| Endpoint | VETH Endpoint | Stage 1 | ✅ |
|
||||||
| | `Linux-Container` | Stage 3 |
|
| | Physical Endpoint | Stage 2 | ✅ |
|
||||||
| Endpoint | VETH Endpoint | Stage 1 |
|
| | Tap Endpoint | Stage 2 | ✅ |
|
||||||
| | Physical Endpoint | Stage 2 |
|
| | `Tuntap` Endpoint | Stage 2 | ✅ |
|
||||||
| | Tap Endpoint | Stage 2 |
|
| | `IPVlan` Endpoint | Stage 2 | ✅ |
|
||||||
| | `Tuntap` Endpoint | Stage 2 |
|
| | `MacVlan` Endpoint | Stage 2 | ✅ |
|
||||||
| | `IPVlan` Endpoint | Stage 3 |
|
| | MACVTAP Endpoint | Stage 3 | 🚫 |
|
||||||
| | `MacVlan` Endpoint | Stage 3 |
|
| | `VhostUserEndpoint` | Stage 3 | 🚫 |
|
||||||
| | MACVTAP Endpoint | Stage 3 |
|
| Network Interworking Model | Tc filter | Stage 1 | ✅ |
|
||||||
| | `VhostUserEndpoint` | Stage 3 |
|
| | `MacVtap` | Stage 3 | 🚧 |
|
||||||
| Network Interworking Model | Tc filter | Stage 1 |
|
| Storage | Virtio-fs | Stage 1 | ✅ |
|
||||||
| | `MacVtap` | Stage 3 |
|
| | `nydus` | Stage 2 | 🚧 |
|
||||||
| Storage | Virtio-fs | Stage 1 |
|
| | `device mapper` | Stage 2 | 🚫 |
|
||||||
| | `nydus` | Stage 2 |
|
| `Cgroup V2` | | Stage 2 | 🚧 |
|
||||||
| Hypervisor | `Dragonball` | Stage 1 |
|
| Hypervisor | `Dragonball` | Stage 1 | 🚧 |
|
||||||
| | QEMU | Stage 2 |
|
| | QEMU | Stage 2 | 🚫 |
|
||||||
| | ACRN | Stage 3 |
|
| | ACRN | Stage 3 | 🚫 |
|
||||||
| | Cloud Hypervisor | Stage 3 |
|
| | Cloud Hypervisor | Stage 3 | 🚫 |
|
||||||
| | Firecracker | Stage 3 |
|
| | Firecracker | Stage 3 | 🚫 |
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user