Search⌘ K
AI Features

Introduction: Running an App on Kubernetes

Explore how to deploy a containerized application on a Kubernetes cluster. Understand the prerequisites such as having a configured kubectl and correct cluster context. Learn to verify your Kubernetes environment and connect to the right cluster in order to successfully deploy and test your application.

We'll cover the following...

In this chapter, we’ll deploy a containerized application to Kubernetes.

If you’ve been following along, we’ll deploy the app we containerized in the previous chapter. If you have skipped that, you can use the publicly available image we’ll show later.

The chapter is divided as follows:

  • Prerequisites

  • Deploy the app

  • Test the app ...