krata/README.md

28 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2024-02-21 20:57:46 +00:00
# krata
2024-01-08 20:43:16 +00:00
2024-09-16 05:57:02 +00:00
krata is an implementation of a Xen control-plane in Rust.
2024-03-08 08:12:10 +00:00
![license](https://img.shields.io/github/license/edera-dev/krata)
![discord](https://img.shields.io/discord/1207447453083766814?label=discord)
[![check](https://github.com/edera-dev/krata/actions/workflows/check.yml/badge.svg)](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)
- [Edera Technical Overview](technical-overview.md)
2024-03-08 08:12:10 +00:00
## Introduction
2024-09-16 05:57:02 +00: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
| Architecture | Completion Level | Hardware Virtualization |
|--------------|------------------|-------------------------|
| x86_64 | 100% Completed | None, Intel VT-x, AMD-V |
| aarch64 | 10% Completed | AArch64 virtualization |