mirror of
https://github.com/edera-dev/krata.git
synced 2025-10-02 17:39:38 +00:00
4547340d54dee4171c3dccbb0a5d68fb4e2ecdac
Use MaybeUninit::as_mut_ptr as it's a more safer option to avoid any potential bugs with respect to uninitialized memory. Signed-off-by: Vaishali Thakkar <me.vaishalithakkar@gmail.com>
krata
An isolation engine for securing compute workloads.
$ kratactl zone launch -a alpine:latest
Introduction
krata is a single-host workload isolation service. It isolates workloads using a type-1 hypervisor, providing a tight security boundary while preserving performance.
krata utilizes the core of the Xen hypervisor with a fully memory-safe Rust control plane.
Hardware Support
Architecture | Completion Level | Hardware Virtualization |
---|---|---|
x86_64 | 100% Completed | None, Intel VT-x, AMD-V |
aarch64 | 10% Completed | AArch64 virtualization |
Description
Languages
Rust
98.1%
Shell
1.9%