DEV Community

Cover image for Kubernetes Ingress Tutorial for Beginners πŸ™ŒπŸΌ
TechWorld with Nana
TechWorld with Nana

Posted on

17 6

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

Sentry image

See why 4M developers consider Sentry, β€œnot bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

Top comments (3)

Collapse
 
peterj profile image
Peter Jausovec β€’

Great explanation!

Collapse
 
techworld_with_nana profile image
TechWorld with Nana β€’

Thanks Peter! :)

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 :(

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

πŸ‘‹ Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay