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 - 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
-
-
-
-
-
-
-
-
(Locked)
From kind to EKS: What's changing?1m 35s
-
(Locked)
Deploying your EKS cluster with eksctl2m 2s
-
(Locked)
Logging into your EKS cluster1m 43s
-
(Locked)
Installing NGINX ingress controller into EKS3m 8s
-
(Locked)
Creating an ECR repository1m 53s
-
(Locked)
Deploying the Explore California image into ECR3m 14s
-
(Locked)
Deploying Explore California into EKS5m 2s
-
(Locked)
Installing cert-manager into EKS2m 13s
-
(Locked)
Cleaning up EKS5m 16s
-
(Locked)
-
-