Stream: general

Topic: wasm based containers


view this post on Zulip kennetpostigo (May 19 2021 at 19:12):

Hi :wave:

I'm new to wasm and particularly interested in wasm based containers. Is there any software out there designed to create wasm containers and run them? I saw wasmer, but I don't think thats what wasmer is(?)

view this post on Zulip Peter Huene (May 19 2021 at 23:38):

Hi @kennetpostigo. There have been forays into implementing something like a containerd shim on top of a wasm runtime, but i haven't seen anything active in that space lately. I think the biggest project to supplant containers in favor of wasm is Krustlet (https://github.com/deislabs/krustlet) that attempts to reimplement k8s' kubelet in terms of a wasm runtime rather than a container runtime.

Kubernetes Rust Kubelet. Contribute to deislabs/krustlet development by creating an account on GitHub.

view this post on Zulip kennetpostigo (May 20 2021 at 00:18):

@Peter Huene oh that looks interesting! Thanks for sharing :)


Last updated: Oct 23 2024 at 20:03 UTC