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

expose network capabilities #63

Open alexandrebrg opened 1 year ago

alexandrebrg commented 1 year ago

What needs to be done ?

Why it needs to be done ?

We recently introduced Function workloads, they are not meant to long-live in the project, they are a transitioning workload into VMs with network capabilities.

Moreover, we want users to be able to configure workloads network exposure through configuration, and not through automation (as it's done currently).