From the course: Kubernetes: Your First Project

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Running your app locally within Kubernetes

Running your app locally within Kubernetes - Kubernetes Tutorial

From the course: Kubernetes: Your First Project

Running your app locally within Kubernetes

- [Narrator] In the last chapter, we took the first steps into our journey by learning how Explore California can use container files and the Podman CLI to build and run ExploreCalifornia.com as a container. In this chapter, we're going to build on that knowledge and get Explore California running inside of a Kubernetes cluster on our machine. We're going to see how kind makes it simple to create real Kubernetes clusters on our machines. We'll then use our cluster to deploy the deployment service and ingress resources needed to run and expose Explore California out to the outside world. Then we'll change our ingress so that we can serve Explore California over HTTPS and do so without having to change its container image at all. Everything we'll learn here will help us big time when we deploy Explore California into a real cluster on AWS and Azure.

Contents