Packaging Apps for Kubernetes
Basic idea of packaging apps for Kubernetes.
We'll cover the following
For an application to run on a Kubernetes cluster, it needs to tick a few boxes. These include:
- Being packaged as a container
- Being wrapped in a Pod
- Being deployed via a declarative manifest file
Get hands-on with 1200+ tech skills courses.