Kris Nóva
Kris Nóva
Folks might consider vendoring small crates and modules from the Aurae source code. Can we please add SPDX license identifiers **to every .rs file in the project**? For more on...
We need to do a few things to solidify our relationship with Nivenly - [ ] Adopt the Nivenly covenant/code of conduct - [ ] Adopt the Nivenly CLA -...
The only thing we need to start `auraed` in a recursive pod is the PKI material. There are some trade offs for having the container read from the host from...
Given our recursive nature of hosting nested `auraed` instances in virtual guests, nested cells, and container isolation zones we need to start understanding the connection detail between the host and...
We need to identify a TCP port for Aurae to use for default. I would like to expose an Aurae daemon on a rack in Seattle for my presentation at...
### How did we get here? So I was streaming recently and starting to look through the implementation detail of how we are implementing the container runtime interface, CRI. Naturally...
We should consider going "all in" on youki for our cgroups and container runtime. There is a cgroup library https://github.com/containers/youki/tree/main/crates/libcgroups that we can replace our current dependency with. I am...
I think there is opportunity for newcomers to the project to help with our current build times. Right now our current builds can take up to 15 minutes, and I...
I understand that `Cargo.nix` is a file that "pins" the Cargo dependencies to a specific version/release/etc when compiling Aurae for Nix. My question isn't what the file it **is** or...
This will sound a bit confusing at first, but just go with me on this. We need a new "top level" service that sits alongside the existing "Cell Service". This...