From the course: Kubernetes: Your First Project (2021)
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
Configuring kind to use Ingress controllers - Kubernetes Tutorial
From the course: Kubernetes: Your First Project (2021)
Configuring kind to use Ingress controllers
- [Narrator] So fortunately for us Kind provides documentation on installing the NGINX Ingress controller. So let's take a look at that now. What I'm going to do is I'm going to minimize my terminal and I'm going to move it over to the right here. And on the left, I'm going to go to kind.sigs.k8s.io and I'm going to click on this Ingress link over here on the left. So the first thing we need to do per this documentation, if we scroll down a little bit, is we need to mark our cluster as being ready for Ingress. Now we've already done this inside of our kind_config.yaml So let's go ahead and open it up and explore how to do that. So as we can see from lines 8 through 14, we can see that we've provided an InitConfiguration Kind on line 11 to this kubeadmConfigPatches object here. And underneath it we're providing extra arguments to what's called the kubelet, which is another name for a Kubernetes node. It's the actual…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
(Locked)
Understanding Kubernetes manifests: Part 13m 7s
-
(Locked)
Understanding Kubernetes manifests: Part 27m 46s
-
(Locked)
Creating a Deployment3m 1s
-
(Locked)
Creating a Service5m 32s
-
(Locked)
Understanding Ingress and Ingress controllers2m 30s
-
(Locked)
Creating the Ingress3m 2s
-
(Locked)
Configuring kind to use Ingress controllers6m 41s
-
(Locked)
-
-
-