firefly icon indicating copy to clipboard operation
firefly copied to clipboard

Lumem as Krustlet Provider

Open sleipnir opened this issue 4 years ago • 0 comments

Krustlet acts as a Kubelet by listening on the event stream for new pods that the scheduler assigns to it based on specific Kubernetes tolerations. The default implementation of Krustlet listens for the architecture wasm32-wasi and schedules those workloads to run in a wasmtime-based runtime instead of a container runtime.

I would like to know if it is possible to use Lumem as a Provider for Krustlet, that way it would be possible to compile elixir programs for Wasm and run these applications on Kubernetes without containers.

What would it take for this to be possible?

sleipnir avatar Apr 18 '21 14:04 sleipnir