mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
Mirror of Krata Hypervisor
Bumps [redb](https://github.com/cberner/redb) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/cberner/redb/releases) - [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md) - [Commits](https://github.com/cberner/redb/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: redb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.github | ||
crates | ||
hack | ||
os/internal | ||
resources | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
Cross.toml | ||
DEV.md | ||
FAQ.md | ||
lefthook.toml | ||
LICENSE | ||
README.md | ||
release-plz.toml | ||
SECURITY.md |
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 |