mirror of
https://github.com/edera-dev/krata.git
synced 2025-09-17 10:21:31 +00:00
8135307283d35f7f07396edf47c58231f75344da
* feat: implement improved and detailed oci progress indication * feat: implement on-disk indexes of images * oci: utilize rw-lock for increased cache performance
feat: oci tar format, bit-perfect disk storage for config and manifest, concurrent image pulls (#88)
krata
The Edera Hypervisor
Introduction
krata is a single-host hypervisor service built for OCI-compliant containers. It isolates containers using a type-1 hypervisor, providing workload isolation that can exceed the security level of KVM-based OCI-compliant runtimes.
krata utilizes the core of the Xen hypervisor, with a fully memory-safe Rust control plane to bring Xen tooling into a new secure era.
Hardware Support
Architecture | Completion Level | Virtualization Technology |
---|---|---|
x86_64 | 100% Completed | Intel VT-x, AMD-V |
aarch64 | 30% Completed | AArch64 virtualization |
Description
Languages
Rust
98.1%
Shell
1.9%