Running WebAssembly with containerd, crun, and WasmEdge on Kubernetes

10 points by sonichigo ↗ HN
I recently wrote a blog walking through how to run WebAssembly (WASM) containers using containerd, crun, and WasmEdge inside a local Kubernetes cluster. It includes setup instructions, differences between using shim vs crun vs youki, and even a live HTTP server demo. If you're curious about WASM in cloud-native stacks or experimenting with ultra-light workloads in k8s, this might be helpful.

Check it out here: https://blog.sonichigo.com/running-webassembly-with-containe...

Would love to hear your thoughts or feedback!

3 comments

[ 2.0 ms ] story [ 17.9 ms ] thread
Good blog but needs more background info on what specifically is being done during each step. People like to learn and not just be hand-fed commands to run.
Thanks for the feedback, I'll work on to fix this and update it
(comment deleted)