From the course: Kubernetes: Your First Project

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

From kind to EKS: What's changing?

From kind to EKS: What's changing? - Kubernetes Tutorial

From the course: Kubernetes: Your First Project

From kind to EKS: What's changing?

- [Instructor] We've successfully got Explore California running in Kubernetes on our machine. We even deployed it with helm. That's a big deal. Unfortunately, Explore California will never get to Kubernetes in production with kind alone. It's time to graduate to the big leagues. Let's go into the cloud. In the next two chapters, we're going to expand on what we've done locally by deploying Explore California into real deal Kubernetes clusters in the cloud. First, we're going to deploy into an elastic Kubernetes Services cluster on Amazon Web Services, or AWS EKS. We're also going to create an elastic container registry, or a registry in ECR, to learn how to create image registries in the cloud and push container images like Explore California up into them. We'll also create a cluster on Azure AKS, or Azure's Kubernetes Service, as well as push Explore California into a registry with an Azure Container Registry, or ACR. In both cases, we'll see how the helm chart that we created will…

Contents