2024-02-21 20:57:46 +00:00
|
|
|
# krata
|
2024-01-08 12:43:16 -08:00
|
|
|
|
2024-09-16 01:57:02 -04:00
|
|
|
krata is an implementation of a Xen control-plane in Rust.
|
2024-07-18 23:13:29 -07:00
|
|
|
|
2024-03-08 08:12:10 +00:00
|
|
|

|
|
|
|

|
|
|
|
[](https://github.com/edera-dev/krata/actions/workflows/check.yml)
|
2024-02-15 04:45:35 +00:00
|
|
|
|
2024-03-08 08:12:10 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- [Frequently Asked Questions](FAQ.md)
|
|
|
|
- [Code of Conduct](CODE_OF_CONDUCT.md)
|
|
|
|
- [Security Policy](SECURITY.md)
|
2025-07-03 07:46:02 -07:00
|
|
|
- [Edera Technical Overview](technical-overview.md)
|
2024-03-08 08:12:10 +00:00
|
|
|
|
|
|
|
## Introduction
|
2024-02-17 05:38:18 +00:00
|
|
|
|
2024-09-16 01:57:02 -04:00
|
|
|
krata is a component of [Edera Protect](https://edera.dev/protect-kubernetes), for secure-by-design infrastructure.
|
|
|
|
It provides the base layer upon which Edera Protect zones are built on: a securely booted virtualization guest on the Xen hypervisor.
|
2024-04-02 20:17:34 +00:00
|
|
|
|
|
|
|
## Hardware Support
|
|
|
|
|
2024-07-18 23:13:29 -07:00
|
|
|
| Architecture | Completion Level | Hardware Virtualization |
|
|
|
|
|--------------|------------------|-------------------------|
|
|
|
|
| x86_64 | 100% Completed | None, Intel VT-x, AMD-V |
|
|
|
|
| aarch64 | 10% Completed | AArch64 virtualization |
|
2025-07-03 07:46:02 -07:00
|
|
|
|