Khionu Sybiern 089461e545 WIP: feat(zone): drop Command in favour of posix_spawn
This change introduces custom process spawning logic around
libc::posix_spawn/p, as well as a custom set of stdio wrappers using the
Tokio AsyncRead/AsyncWrite traits.

Currently this change is broken, stdio seeming to hang.
2024-08-08 16:17:37 -07:00
2024-03-10 00:22:24 +00:00
2024-03-08 08:12:10 +00:00
2024-08-06 01:57:25 +00:00
2024-03-22 04:41:38 +00:00
2024-03-08 08:12:10 +00:00
2024-03-13 11:38:14 +00:00

krata

An isolation engine for securing compute workloads.

$ kratactl zone launch -a alpine:latest

license discord check nightly


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
Mirror of Krata Hypervisor
Readme GPL-2.0 9.3 MiB
Languages
Rust 98.1%
Shell 1.9%