Packaging Apps for Kubernetes
Learn how we can package apps for Kubernetes.
We'll cover the following...
Kubernetes runs containers, VMs, Wasm apps, and more. However, they all have to be wrapped in Pods to run on Kubernetes.
We’ll cover Pods shortly, but for now, think of them as a thin wrapper that abstracts ...