Kris Nóva

Results 100 issues of Kris Nóva

Right now we are unable to load/test our eBPF probes because of the limitation with GitHub actions. Can we move to our own GitHub actions runners so we can load/test...

Recently we discussed eBPF architecture in https://github.com/aurae-runtime/aurae/issues/394. This conversation called out a potential need for the project to intercept syscall__execve functionality at runtime such that Aurae can instrument any new...

We will need to bake in a way for pods, cells, etc to support generic runtime conditions that will need to remain true during the duration of execution. For example...

As we grow the feature set of Aurae one thing is being made more and more clear, which is: The `auraed` runtime daemon will need to reason about the environment...

The Aurae project is based around the concept of [objects](https://github.com/aurae-runtime/auraed/tree/main/stdlib#what-are-objects). Giving that an [RPC Message](https://developers.google.com/protocol-buffers/docs/proto3#simple) is the lowest common definition for our data structures, we will need to be able...

We need to start taking advantage of rustdoc in the .proto files. Ideally we can generate the documentation with a Make target or similar and have it write directly to...

Right now we can start 2 auraed instances... we shouldn't be able to do that

Bug

Running Auraed as pid 1 umbrella issue. - [ ] Init binary (see https://github.com/superfly/init-snapshot)

PID 1

We need to decide what approach we want to take to create and manage virtual machines from the daemon. https://github.com/aurae-runtime/api/pull/1 Calls out the following interface for managing VMs. ``` rpc...

As we are still in the sandbox phase of building Aurae we are using `unwrap` statements in the code. We should replace these with safer and more idiomatic systems in...

Cleanup