DEV Community

Cover image for Kubernetes Ingress Tutorial for Beginners ๐Ÿ™Œ๐Ÿผ
TechWorld with Nana
TechWorld with Nana

Posted on

Kubernetes Ingress Tutorial for Beginners ๐Ÿ™Œ๐Ÿผ

Complete Kubernetes Ingress Tutorial, in which I explain what Ingress and Ingress Controller is, when you need Ingress and how to configure Ingress in your Kubernetes cluster.

In detail the video covers the following topics:
โœ… What is Ingress? External Service vs. Ingress
โœ… Example YAML Configuration Files for Ingress and Internal Service
โœ… How to configure Ingress in your cluster?
โœ… What is Ingress Controller?
โœ… Consideration about environment on which your cluster is running (Cloud provider or bare metal)
โœ… Demo: Configure Ingress in Minikube
โœ… Ingress Default Backend
โœ… Routing Use Cases
โœ… Configuring https


I'm happy to connect with you on

Latest comments (3)

Collapse
 
dmitrusty profile image
Dmitrusty • Edited

Much thanks for great explanation job!

Unfortunately, the reality is now different from the one described in this tutorial.

Command:
minikube addons enable ingress
does not create an ingress-controller in the default namespace. Instead, it creates an ingress-controller in the ingress-nginx namespace. And the rest of this wonderful tutorial doesn't work :(
I'm new to Kubernetes, and unfortunately this presents an insurmountable difficulty for me :(

Collapse
 
peterj profile image
Peter Jausovec

Great explanation!

Collapse
 
techworld_with_nana profile image
TechWorld with Nana

Thanks Peter! :)