Kubernetes Ingress Controllers In-Depth | Ingress Controllers vs Reverse Proxy | Path vs URL Routing

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ต.ค. 2024
  • Kubernetes Ingress Controllers In-Depth | Ingress Controllers vs Reverse Proxy | Path vs URL Routing
    Join this channel to get access to perks:
    / @devopsmadeeasy

ความคิดเห็น • 72

  • @ittrends2425
    @ittrends2425 29 วันที่ผ่านมา +1

    I have gone through many videos of ingress on youtube but this videos is class it's cleared the concept, Thanks brother

  • @adinarayanarajukakarlapudi8401
    @adinarayanarajukakarlapudi8401 15 วันที่ผ่านมา

    This video given me full knowledge to keep my strong hold on Ingress control, thank you Sir ji

  • @NikolaNovoselec
    @NikolaNovoselec 7 หลายเดือนก่อน +1

    This was the best tech session I've seen on TH-cam. I'll check a few more videos and if the quality is similar I'll definitely join Premium.

  • @goreana3761
    @goreana3761 11 หลายเดือนก่อน +7

    this is the best explanation I've ever seen for Ingress. None of the courses explain so good, thank you!

  • @OlakunleAwonusi
    @OlakunleAwonusi ปีที่แล้ว +2

    Hello Sir, thanks for the video with clear explanations. Please, where can I find the code files used in the video? Your prompt response will be appreciated. Thanks.

  • @harishchavan8580
    @harishchavan8580 6 หลายเดือนก่อน

    apache virtual hosting is ingress only

  • @PriThVi_RedDy
    @PriThVi_RedDy 2 ปีที่แล้ว +1

    Hi, Great explanation. Where can we find the code for all these.

  • @sandeepsiddharth1248
    @sandeepsiddharth1248 2 ปีที่แล้ว +3

    much needed video! thanks vikram

  • @dmmd5329
    @dmmd5329 ปีที่แล้ว +1

    Thank you a lot! I really appreciate your lessons. How I can support you?

    • @DevOpsMadeEasy
      @DevOpsMadeEasy  ปีที่แล้ว

      You are welcome! You can support through memberships :)

  • @iamsatyap
    @iamsatyap 2 ปีที่แล้ว +1

    i need kubernetes full course, can you provide me details

  • @thrinathreddy9243
    @thrinathreddy9243 ปีที่แล้ว +1

    Explanation is good, but u kept different different membership levels for different different topics, initially i gone through gold but few videos only I can access for remaining videos it is asking platinum, palladium membership this is not good,this is advantage for you not for us.

    • @DevOpsMadeEasy
      @DevOpsMadeEasy  ปีที่แล้ว

      This is old series. Already we have created a new one

  • @salmannaqvi3076
    @salmannaqvi3076 9 วันที่ผ่านมา

    Awesome explanation - You are a gifted teacher! THANK YOU.

  • @bhusaresomnath1670
    @bhusaresomnath1670 2 ปีที่แล้ว +2

    Hence you Proved the name of yr channel Devops made easy you made ingress concept easy

  • @mohammedrahib6888
    @mohammedrahib6888 7 หลายเดือนก่อน

    hi sir, i have a doubt. in ingress path based routing /details, the application in flask-details container is running on / or /details? is there any rule that the app also should run on that particular given path??

  • @SourajitDrums
    @SourajitDrums 2 ปีที่แล้ว +2

    Hello Sir, I have replicated the exact same architecture for path based routing using AKS on Azure and ngnix controller. But when I try to access the application from browser,it keeps giving 404 error page of ngnix. I just cannot figure out why it's not working. Can you please help

    • @premierde
      @premierde ปีที่แล้ว

      Were you able to figure out why ingress nginx thows 404

    • @premierde
      @premierde ปีที่แล้ว

      Verify the path in ing & how have you set rewrite -target.

  • @nohandsignal
    @nohandsignal ปีที่แล้ว

    dear
    how to check the communication between the pods in two clusters ??
    there is a dnsname:9092
    in which i can check the connection between a pod in one cluster and dnsname:9092 of another cluster?
    the thing is i don`t have the curl from the pod cluster and from the dnsname:9092 cluster i do have access to execute curl commands, how to check the connectivity between these to its [kafka to some pod running in other cluster]
    could you kindly please reply ?

  • @ciscokissnn
    @ciscokissnn ปีที่แล้ว +2

    Damn !!!, the best session i've ever had in youtube!!!!

  • @deepanshudang1015
    @deepanshudang1015 2 ปีที่แล้ว

    Can you please make a video on Production ready EKS Cluster provisioning

  • @yashhirulkar909
    @yashhirulkar909 2 ปีที่แล้ว +1

    sir if we edit the /etc/hosts file of ec2 instance on aws will it work as u showed in this video for domain names ?

  • @sumathsingamrockz
    @sumathsingamrockz 2 ปีที่แล้ว +1

    Can you let me know do you have any playlist for kubernetes in order ?

  • @adityahpatel
    @adityahpatel 7 หลายเดือนก่อน

    Confused-If we have an on-prem cluster with 10 nodes and we have 1 nginx-ingress-controller, do we need an additional load balancer to route requests across nodes OR its not needed because the balancing is done by the services (which have already deployed pods of our app on multiple nodes)?

    • @meghrajraee873
      @meghrajraee873 7 หลายเดือนก่อน

      I think you don't need to have any additional load-balancer to route requests across nodes, regardless of the number of nodes in the cluster. If your application is not configured with `NodePort` (the de facto use case of ingress controller but you can have one), then the nginx ingress controller is responsible for directing the request to the associated application service, ultimately ending to the application pod.
      Unlike, loadbalancer which directs the requests to the corresponding service object, where the service load-balance the request to the pod. nginx ingress controller directs the request directly to the corresponding pods instead of just directing to the associated application service and leaving the service to load-balance to its associated pods.
      Hope, this will help you.

  • @SiddharthMuruganandam
    @SiddharthMuruganandam 2 หลายเดือนก่อน

    I have a doubt that If there are two ingress different controllers in place and we have one load balancer service in place to which ingress controller that load balancer will route the traffic ?

    • @abhaytyagi7093
      @abhaytyagi7093 2 หลายเดือนก่อน

      You have to create rules inside alb which will pass traffic based on path, url to the respective target group. Target groups will have ingress controllers nodes registered. That's how your alb will get to know when to send request to which ingress controller.

    • @SiddharthMuruganandam
      @SiddharthMuruganandam 2 หลายเดือนก่อน

      @@abhaytyagi7093 Thanks for the response, Understood 🙌

    • @abhaytyagi7093
      @abhaytyagi7093 2 หลายเดือนก่อน

      @@SiddharthMuruganandam great it helped.
      Just wanted to know, are you a working professional !

  • @3890mohit
    @3890mohit 2 ปีที่แล้ว +1

    Hi.
    At 22:45 you are not refering to request http headers. That info is only for display purpose. Http req headers are in the below block. Please correct me in case i mwrong

    • @DevOpsMadeEasy
      @DevOpsMadeEasy  2 ปีที่แล้ว

      Yes you are true but that displayed info is also correct

    • @3890mohit
      @3890mohit 2 ปีที่แล้ว +1

      At 1:05:45, u have used cluster ip instead of the ip shown in the kubectl get svc command for nginx service? Cant i access using the nginx service ip?

    • @DevOpsMadeEasy
      @DevOpsMadeEasy  2 ปีที่แล้ว

      Yes

    • @DevOpsMadeEasy
      @DevOpsMadeEasy  2 ปีที่แล้ว

      @@3890mohit ClusterIPs are internal to the cluster. I have used my minikube cluster's IP address and Port on which my Nginx service is exposed as NodePort

  • @sahild6584
    @sahild6584 2 ปีที่แล้ว

    Please make in depth video on argocd and if possible series on red hat open shift on aws

  • @anishsuman1371
    @anishsuman1371 ปีที่แล้ว +1

    Maza aa gya

  • @promisepreciousimeh8181
    @promisepreciousimeh8181 ปีที่แล้ว

    please can i get the slides? this is truly woooooooooooow. Thank you

  • @pjj7466
    @pjj7466 ปีที่แล้ว +1

    What was that middleware in between pod and service. What actual it does?

    • @DevOpsMadeEasy
      @DevOpsMadeEasy  ปีที่แล้ว

      Refer to my video on Kubernetes services for this

    • @pjj7466
      @pjj7466 ปีที่แล้ว

      @@DevOpsMadeEasy Please share the link. there any multiple videos in channel.

  • @shishirroy1516
    @shishirroy1516 2 ปีที่แล้ว +1

    Nice one.

  • @SHIRANSARUSI
    @SHIRANSARUSI 2 ปีที่แล้ว +1

    best explanation I have heard! thank you

  • @premierde
    @premierde ปีที่แล้ว

    It does not get redirected, throws 404. ? what is rewrite-target. If cotext-path is set in springboot, It won't work. Why?

    • @DevOpsMadeEasy
      @DevOpsMadeEasy  ปีที่แล้ว +1

      Rewrite target is changing context. If I access ingress controller on the path /signin, it will also use the same path at the app level but assume your app has /login instead of /signin, this is where you change the path which is redirection

    • @DevOpsMadeEasy
      @DevOpsMadeEasy  ปีที่แล้ว +1

      Lets assume you access the ingress controller on path /api/v1 and your app only support /v1 endpoint, we strip off the /api from the request before sending to the app. This is called rewrite target

  • @yashhirulkar909
    @yashhirulkar909 2 ปีที่แล้ว +3

    the best ingress video i have seen till now on youtube. Thankyou sir.

  • @itsme12994
    @itsme12994 ปีที่แล้ว +1

    Awesome explanation 👏

  • @yedukondalupeyyala7711
    @yedukondalupeyyala7711 7 หลายเดือนก่อน

  • @salmannaqvi3076
    @salmannaqvi3076 9 วันที่ผ่านมา

    Thanks

  • @nohandsignal
    @nohandsignal ปีที่แล้ว

    i took two months membership im not able to watch a single video
    can u say what should i do ?

  • @hishamahammmedkm1936
    @hishamahammmedkm1936 2 ปีที่แล้ว

    link plz