mirror of
https://github.com/edera-dev/krata.git
synced 2026-04-02 12:50:18 +00:00
f78c3f3089983bf100ecbdb419226153964e39f0
Bumps the dep-updates group with 1 update: [clap](https://github.com/clap-rs/clap). Updates `clap` from 4.5.13 to 4.5.14 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.13...v4.5.14) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dep-updates ... Signed-off-by: dependabot[bot] <support@github.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%