This chapter covers the world of container orchestration via Kubernetes. It explains how to containerize the Wasm-based workloads you developed in Node.js, Rust, and Golang and then deploy them on Kubernetes. You also see how to enable access to them via the Kubernetes service concept.
Before diving into the Wasm side of it, let’s discuss Docker and Kubernetes and what they provide for cloud-based workload deployments.
Docker
Docker is among the most promising technologies. It created a revolution in the way workloads are ...