Search⌘ K

Summary: WebAssembly on Kubernetes

Explore how to run WebAssembly applications on Kubernetes by compiling code to Wasm binaries, packaging them into OCI images, and deploying them on clusters using containerd and Wasm shims. Understand the setup and scheduling required to manage Wasm Pods alongside traditional containers.

We'll cover the following...

Recap

Wasm is powering the third wave of cloud computing, and platforms like Docker and Kubernetes are evolving to work with it. Docker can already build Wasm apps into container images, run them with docker run, and host them on Docker Hub. Projects like containerd and runwasi are making it easy to run Wasm ...