mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
krata xen control-plane
This commit is contained in:
13
README.md
13
README.md
@ -1,28 +1,21 @@
|
||||
# krata
|
||||
|
||||
An isolation engine for securing compute workloads.
|
||||
|
||||
```bash
|
||||
$ kratactl zone launch -a alpine:latest
|
||||
```
|
||||
krata is an implementation of a Xen control-plane in Rust.
|
||||
|
||||

|
||||

|
||||
[](https://github.com/edera-dev/krata/actions/workflows/check.yml)
|
||||
[](https://github.com/edera-dev/krata/actions/workflows/nightly.yml)
|
||||
|
||||
---
|
||||
|
||||
- [Frequently Asked Questions](FAQ.md)
|
||||
- [Development Guide](DEV.md)
|
||||
- [Code of Conduct](CODE_OF_CONDUCT.md)
|
||||
- [Security Policy](SECURITY.md)
|
||||
|
||||
## 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.
|
||||
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.
|
||||
|
||||
## Hardware Support
|
||||
|
||||
|
Reference in New Issue
Block a user