mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-02 12:50:54 +00:00
Mirror of Krata Hypervisor
Bumps [prost](https://github.com/tokio-rs/prost) from 0.12.4 to 0.12.6. - [Release notes](https://github.com/tokio-rs/prost/releases) - [Commits](https://github.com/tokio-rs/prost/compare/v0.12.4...v0.12.6) --- updated-dependencies: - dependency-name: prost 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 | ||
kernel | ||
os/internal | ||
resources | ||
.dockerignore | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
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
The Edera Hypervisor
Introduction
krata is a single-host hypervisor service built for OCI-compliant containers. It isolates containers using a type-1 hypervisor, providing workload isolation that can exceed the security level of KVM-based OCI-compliant runtimes.
krata utilizes the core of the Xen hypervisor, with a fully memory-safe Rust control plane to bring Xen tooling into a new secure era.
Hardware Support
Architecture | Completion Level | Virtualization Technology |
---|---|---|
x86_64 | 100% Completed | Intel VT-x, AMD-V |
aarch64 | 30% Completed | AArch64 virtualization |