Nginx Ingress On Minikube Getting Started

preview_player
Показать описание
In this video, you'll learn about:
- Why to use Ingress
- Deploying a Kubernetes app
- Deploying a Kubernetes service
- Deploying an Ingress controller on Minikube
- Navigating the app

🆘🆘 NEED HELP WITH DEVOPS AND SRE? FOLLOW MY BLOG!

FOLLOW ME EVERYWHERE
---------------------------------------------------

#devops #minikube #kubernetes
Рекомендации по теме
Комментарии
Автор

Where can I find a copy of your deployment and ingress yaml files?

josephakroush
Автор

What’s the difference between this and using a NodePort service and using the minikube IP with the NodePort?

silvershadowjsh
Автор

When do we have to do this?
minikube addons enable ingress

dipk.mishra
Автор

@DevopsGuru please attach the link for your deployment and ingress yaml files in the description asap.

Batdc
Автор

possible to do with kind and on port 80?😅

arozendojr
Автор

Hi, it doesn't work on my M1 with minikube using docker driver. Do you know how to solve it ?

levanhuy
Автор

Hi i notice you did not run the command minikube addons enable ingress, I take it you ran that command before you started running the yaml scripts. I cant connect to my localhost:8080. so I am guessing there may be another missing command I also need to run.

tonycavanagh
Автор

(2:22) "kubectl get ingress" says that the PORT is 80. But you use port 8080 in your browser. Is that correct?

jacekbiaecki
Автор

My connection keeps getting refused, why could that be?

maryrojasroa
Автор

@DevopsGuru ... please attach the link for your deployment and ingress yaml files in the description asap.

Batdc