Day 33/40 - Kubernetes Ingress Tutorial | Ingress Explained by

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 89

  • @AbhishekVeeramalla
    @AbhishekVeeramalla 4 місяці тому +42

    Happy to be a small part of this wonderful playlist ❤ I hope everyone finds this video useful. Thanks again Piyush 🎉

    • @taiwolateef2981
      @taiwolateef2981 4 місяці тому +1

      @@AbhishekVeeramalla thank you abhishek, you are one of the best. Thank you Piyush

    • @mohdrayees8919
      @mohdrayees8919 4 місяці тому

      Thanks alot abhishek sir and Piyush sir

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      Wouldn't have been possible without you. Thank you for being a constant source of motivation and inspiration to many of us ❤️

    • @nidhisarupria3644
      @nidhisarupria3644 3 місяці тому +1

      Thanks a lot for the video , thanks a lot to both of u

    • @bhanubisht8
      @bhanubisht8 2 дні тому

      Nice explanation @AbhishekVeeramalla Ji

  • @ShamimAhmed-w6x2u
    @ShamimAhmed-w6x2u Місяць тому +1

    I have just watched this video as I am going through and learning/practicing. These are priceless teaching. Thank you for sharing, appreciated.

  • @sriramvelpula6672
    @sriramvelpula6672 Місяць тому +1

    Thanks Abhishek & Piyush. This video helped me in understanding a complex topic in simple terms. Great work.

  • @abiorh
    @abiorh Місяць тому +1

    Thank you so much i really do appreaciate. you both made the explanation so easy for anyone to understand.

  • @GrigTech
    @GrigTech 3 місяці тому +1

    Thanks to both of you Abhishek and Piyush.

  • @harshgupta5113
    @harshgupta5113 Місяць тому

    Thanks for the recap!! Loved it.

  • @abc-edm
    @abc-edm 2 місяці тому +1

    Thanks Abhishek's sharing, learn alot from your video

  • @jagadeesanarumugam3134
    @jagadeesanarumugam3134 4 місяці тому

    One of the best resource to understand the Ingress. Thanks to both of you Abhishek and Piyush for the wonderful video about Ingress.

  • @Alex-rl1gl
    @Alex-rl1gl 3 місяці тому +1

    As a Kubernetes admin for about 2 years I always struggled to explain to the customers what actually the Ingress is used. This is a beautiful explanation which i can forward to them from now on. Thank you so much.
    One small comment if I may, if you ever do such tutorials, it would be useful if you minimize the speaker's windows so we could see the whole white board's content

  • @shreashthjaiswal5372
    @shreashthjaiswal5372 Місяць тому +1

    Helps a lot ❤

  • @giteshghure212
    @giteshghure212 4 місяці тому +1

    Awesome Explanation for Ingress

  • @linuxgenius4667
    @linuxgenius4667 2 місяці тому +1

    Awesome explaination, couldnt be more prcise that this.
    i am buidling the similar setup on ESXI in local env, i had problem with the loadbalancer and couldnt get my head around even after watching this video, as aws loadbalancer was not configured,
    for testing i used below ports from ingress-ngix 32081 and 31442 to access the app from local network
    ingress-nginx-controller NodePort 10.99.200.128 80:32081/TCP,443:31442/TCP
    for permanent i am going to implement MetalLB for loadbalancing ..
    NOTE: i have not gone through any other video from the series, which i am going to do from tomorrow, so dont know if that is discussed already.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 місяці тому

      Yes, you can use metalb as a loadbalancer so that it can be exposed externally and configure your backend service to it

  • @shahrukhshaikh9313
    @shahrukhshaikh9313 2 місяці тому +1

    @abhishek you are brilliant yar

  • @TheShreenivasa
    @TheShreenivasa 4 місяці тому

    Happy to see two of my favorites in one frame

  • @dideepakindorkar3413
    @dideepakindorkar3413 3 місяці тому +1

    Thanks 🎉

  • @senthilkumar5129
    @senthilkumar5129 4 місяці тому

    thank you both of you

  • @ShashankBV-y5w
    @ShashankBV-y5w 4 місяці тому

    Hey abhishek great explaination perfect for everyone who needs to learn from zero knowledge but one request after all the setup you showed and it started working please show it in the flow diagram it would be great to understand at the end for all confusions thanks piyush as well

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      Feedback taken, I will try to add the diagram in Github repo , thank you for sharing

  • @rameshborusu5857
    @rameshborusu5857 2 місяці тому

    Thank you Abhishek and Piyush for explaining the Ingress part. I believe I'm having the same issue which you guys faced at 30:37 part of the video. I'm not able to Curl the service which is of type ClusterIP from the master node but I can curl using ClusterIP from the node where pod is running. I have Calico as CNI for the Kubernetes setup. I tried troubleshooting for some time but no luck. I have one master node and 2 worker nodes setup in Azure. Can I know what steps you have followed to resolve it ?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 місяці тому

      Hello Ramesh, I believe I added the details in the Github repo, can you check the task.md as well for this video, it should have the steps

  • @АнастасияФахреева-и3ъ

    You installed nginx ingress controller on kubeadm cluster, at 44:19 you show existing service LoadBalancer, my question is - was it automatically created with Helm chart ? If i want Do the same on AWS EKS will i need to create NLB manually or it is installed automatically with helm-release of Nginx Ingress Controller ? what will be the costs?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      If you are using a managed Kubernetes service such as EKS, your loadbalancer should be automatically created. You can check the pricing estimates using the pricing calculator.

  • @gomkgo572
    @gomkgo572 4 місяці тому

    Best Collab

  • @MihirModi-ix7zw
    @MihirModi-ix7zw 3 місяці тому

    Sir, amazing collaboration with Abhisheksir. Thank you so much for this detailed information.
    I have one question regarding Ingress. For a website with 50-100 pages, we can write Ingress rules for hosts or paths. But when it comes to large companies like Amazon, with thousands of pages, subpages, and millions of products, how do they manage Ingress hosts and paths manually? how they set ingress rules?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  3 місяці тому +1

      Thank you for the feedback Mihir :) To answer your question
      With an ingress, you can assign subdomains to different services, or you can serve all the services under different context roots with some url rewriting.
      There would not seperate service for each product(considering millions of products), there would be a service for product catalogue which would have the API exposed containing the product information.

  • @chandranshuyadav3515
    @chandranshuyadav3515 4 місяці тому

    Arey Abhishek Bhai is in the house..maje aayenge ..

  • @samipdave
    @samipdave 4 місяці тому

    Hi thanx abhishek and piyush for such informative video ,
    please explain annotation its difficult part to understand why we are using it in yaml.

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      Thank you Samip for the feedback! We use annotations in Kubernetes to store metadata about the k8s object, it is differant than labels. The rewrite target used in the video specifies that we are defining a Target URI where the traffic must be redirected

  • @josephrajareddy4606
    @josephrajareddy4606 4 місяці тому

    As always amazing content, understand it was for beginner level. May be at some point you can touch on how to include certificate for https and host based routing .
    You guys rock🎉

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      As there were already so many things to cover in this video, we will cover that part later on for sure

    • @josephrajareddy4606
      @josephrajareddy4606 4 місяці тому

      @@TechTutorialswithPiyush thank you, btw amazing content, I watch your videos daily to brush my knowledge:)

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      @@josephrajareddy4606 Thank you 🙂

  • @ansarisalman6575
    @ansarisalman6575 4 місяці тому

    load balancer which was created by an ingress controller, it loads balance between nodes as well?

  • @thebotx3092
    @thebotx3092 4 місяці тому

    @techtutorialswithpiyush Hi first of all thank you for this amazing series. I've one doubt regarding the nginx ingress. So Abhishek has changed the ingress type from LoadBalancer to NodePort 46:25. So which IP is assigned to ingress? Is that public IP or Internal IP?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому +1

      Thank you so much for the feedback :) yes, it's a public IP as we are resolving it to the Ingress hostname which is also an externally available host.

    • @thebotx3092
      @thebotx3092 4 місяці тому

      Okay ​@@TechTutorialswithPiyush, thanks

  • @prashantbathula5448
    @prashantbathula5448 4 місяці тому

    The ip that got updated in Ingress is it a fixed static Ip ? Or it’s dynamic one that changes , my main question is which Ip we need to provide to network team who handles the Lb as they will need back end set to configure

  • @sashi-z4b
    @sashi-z4b 3 місяці тому +1

    hi sir i am update cluster ip adress my domain but outsite not working and interanl working with domain

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 місяці тому +1

      You might have to update the DNS records to point to the updated cluster IP.

  • @ravikantthikane5105
    @ravikantthikane5105 4 місяці тому

    Hi,Im using kubeadm and assigned load balancer using metallb to the nginx then how to access application with that ip

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      You can setup ingress rules that accept incoming traffic on a certain path and redirect it to the backend service. Can you follow the video and share what steps have you performed so far?

  • @mklinux777
    @mklinux777 2 місяці тому +1

    in Kind, how to use Ingress iam trying to unsderstand..

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  2 місяці тому

      To use Ingress in Kind, we need to perform some extra steps as documented over here
      kind.sigs.k8s.io/docs/user/ingress/

  • @sagarbirla2879
    @sagarbirla2879 Місяць тому +1

    baki sab set hai, @AbhishekVeeramalla bhai best hain

  • @poojaselvaraj7959
    @poojaselvaraj7959 4 місяці тому

    Bro, if kubeadm or minikube cluster we are creating .And we create an ingress controller on the reference of the ingress resource it has to create a load balancer right ? If we do not configure any cloud like AWS or azure these ingress controllers can't give external ip ah ? Also it won't create a load balancer unless we configure the cloud is my understanding correct here ?

  • @karthiksundaram544
    @karthiksundaram544 4 місяці тому

    HI SIR can u tell the difference between kubernetes nodeports vs load balancers vs ingres

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      Hello Karthik, Can you check the video about services, I have explained in depth

  • @madhuppandey3151
    @madhuppandey3151 4 місяці тому

    Can we check the output of ingress on the browser?

  • @shyambardhaval-
    @shyambardhaval- 4 місяці тому

    can we use ingress only in k8s or anywhere ?

  • @swapnilsonawane1858
    @swapnilsonawane1858 4 місяці тому +1

    Only i can say
    Two legends in one page today .❤😊
    ❤Whatever i feel While seeing virat and rohit in video that only feeling 😊❤

  • @YogeshJagadale-pk3pb
    @YogeshJagadale-pk3pb 4 місяці тому

    why we are using annotations inside ingresss reource file ?

    • @TechTutorialswithPiyush
      @TechTutorialswithPiyush  4 місяці тому

      Using annotation of rewrite rule we are forcing the redirect on the target url

  • @guntreddirajesh
    @guntreddirajesh 4 місяці тому

    🤩

  • @bhanubisht8
    @bhanubisht8 2 дні тому

    Comment for target....!!!!!!

  • @zainn7336
    @zainn7336 4 місяці тому +1

    king calls king to explain ingress

  • @Usama-Tanoli
    @Usama-Tanoli 4 місяці тому +1

    I think Abhishek veeramalla

  • @ramk959
    @ramk959 4 місяці тому

    Better to join with me Abhi garu

  • @suryaprathapreddythappeta4809
    @suryaprathapreddythappeta4809 4 місяці тому

    two devops teachers are at one place