Search⌘ K

Creating a Containerized Application

Understand how to create a containerized application by building container images from your code, verifying the image locally, and pushing it to Docker Hub. Learn practical steps to deploy and manage your app within Kubernetes, including preparing images for scaling and updates.

We'll cover the following...

Walkthrough

Change into the qsk-book/App directory and run an ...