rik-org / rik

RIK is an experimental workload orchestrator that allows you to deploy your cloud applications, written in Rust.
https://rik-org.github.io/rik/
Apache License 2.0
70 stars 12 forks source link

Correct firecracker process management #88

Closed alexandrebrg closed 1 year ago

alexandrebrg commented 1 year ago

What needs to be done ?

We got a few solution for this, we can either continuing developing firepilot and improve it to match our needs, or, we could go for a different crate like firec.

Why it needs to be done ?

alexandrebrg commented 1 year ago

IMHO, we could continue developing firepilot by using a pre-generated SDK based on the OpenAPI. The additional cost of development could be worth it, as we could create a reliable mVM manager for Firecracker.