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.

Installing cert-manager into EKS

Installing cert-manager into EKS - Kubernetes Tutorial

From the course: Kubernetes: Your First Project

Installing cert-manager into EKS

- [Instructor] In the last video, we saw that our cluster does not have any idea what we're talking about when we ask for certificates or when we ask for issuers. That's because we forgot to install Cert Manager. So what we're going to do here is install Cert Manager and then redeploy Explore California so that we get a certificate for our application. Let's begin by going into the browser and going to cert-manager.io. Click on Get Started. Click on Installation. Click on kubectl apply. And then copy the kubectl apply code block that appears on the page. Then we're going to go back into our terminal, clear our screen, paste it in, hit Enter. As you can see, the process is exactly the same as the process we followed when we did this in our Kind cluster. Now that that's done, let's go ahead and run kubectl get svc -a to see all of the services in our cluster. And we should see a Cert Manager service somewhere near the top, which means that Cert Manager is up and running and it has an IP…

Contents