aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.84k stars 89 forks source link

CRI Implementation from #433 #437

Closed krisnova closed 1 year ago

krisnova commented 1 year ago

A starting point on creating a virtualization zone for Aurae pod sandboxes.

Work for https://github.com/aurae-runtime/aurae/issues/436

Introducing Virtualization

In this PR I really just want to establish a nested Auraed running in a VM, which itself is a tremendous amount of work.

I will likely try to break the work up into smaller chunks, because I will need a lot of help with this. I just don't have as much as time as I wish to dedicate right now.