From the course: Kubernetes: Your First Project
Unlock the full course today
Join today to access over 24,000 courses taught by industry experts.
Understanding Ingress and Ingress controllers - Kubernetes Tutorial
From the course: Kubernetes: Your First Project
Understanding Ingress and Ingress controllers
- [Instructor] It's time to create the Ingress. Before we do so, let's explain how they work. In Kubernetes, an Ingress is a reverse proxy that enables external access into other Kubernetes resources. If you've ever used an application load balancer like AWS Application Load Balancer, very appropriately named, Azure API Gateway or Google's Cloud Load Balancer, or if you've ever used a quote unquote, "Bare Metal Load Balancer" like F5's BIG-IP, then the Kubernetes Ingress will probably be familiar to you. But if you haven't, do not panic. What we're doing with Explore California and NginX is actually very, very similar to how Ingresses work here. Here's a great diagram from the Kubernetes documentation that explains how Ingresses work. First, you provide your Ingress with a series of routing rules which are summarized here in the middle. Like all make rules earlier, routing rules perform an action when given a name in…
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)
-
-
-