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:

  1. Being packaged as a container
  2. Being wrapped in a Pod
  3. Being deployed via a declarative manifest file

Get hands-on with 1200+ tech skills courses.