Introduction: Running an App on Kubernetes
Learn how to configure kubectl to connect to the cluster.
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 ...