mirror of
https://github.com/edera-dev/krata.git
synced 2025-09-17 02:11:32 +00:00
88a62441b187f43a4c88e4d1db8c38620cf57308
* fix(hack): use sudo -E when running Rust binaries This makes it possible to pass envvars to the Krata runtime * feat(o11y): add fluent sink to logs This change adds fluent logging as an opt-in feature. Setting `KRATA_LOG_FLUENT` with an address:port will start a TCP connection, sending logs. A later changes will respect a URI scheme and use structured logging.
krata
An isolation engine for securing compute workloads.
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%