Kubernetes Ingress in 5 mins

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

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

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

    Best 5 minutes video ever for Ingress

  • @pinakimukherjee2084
    @pinakimukherjee2084 6 หลายเดือนก่อน +2

    One of the best videos I have seen. Within 5 minutes you explained a very valid points. God bless bro.

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

    Very cool! in 5 minutes you are able to explain that better then a lot of time of anyone else :)

  • @umangjain9706
    @umangjain9706 3 ปีที่แล้ว

    Only 5 mins and so much content... hats off

    • @IBMTechnology
      @IBMTechnology  3 ปีที่แล้ว

      Thank you so much for the feedback, glad you liked it! 🤠

  • @paavangopala4216
    @paavangopala4216 4 ปีที่แล้ว +12

    Nicely explained. Can we please get a video on default and custom operators on Kubernetes?

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

    I love these clips with transparent board. great content

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

    This is a good short video on Ingress and service but once you need to make one correction on ip addresses. 169 range IP address in not public address. It is reserved range.

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

    Great video. Just one confusion I have. Do we need a load-balancer like Ngnix when using Ingress or Ingress itself act as a load balancer

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

      you don't need LB anymore when using ingress.

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

      In order for the Ingress resource to work, the cluster must have an ingress controller running.
      Unlike other types of controllers which run as part of the kube-controller-manager binary, Ingress controllers are not started automatically with a cluster. You may need to deploy an Ingress controller such as ingress-nginx. You can choose from a number of Ingress controllers. Kubernetes as a project supports and maintains AWS, GCE, and nginx ingress controllers.

  • @saboorahamd6598
    @saboorahamd6598 4 ปีที่แล้ว +4

    Thanks for the nice explanation (and esp. of pointing to the "Kubernetes explained" in the beginning)! Looking forward to other informative videos.

  • @viswatejaforu
    @viswatejaforu 3 ปีที่แล้ว

    The best explanation, I have seen many videos, but this the gem of all

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

      Thank you, Teja, really humbled by your feedback! 🙏 Glad you enjoyed the video, stay tuned for more like this. 💪

  • @kateilves
    @kateilves 3 ปีที่แล้ว +4

    Oh. I would love to watch your personal channel, hard to find videos exactly from you, but they are the best.

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

    short and very well explain. well done IBM team

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

    Most production environment use cases are to use a load balancer and Ingress in combination! Is it better to load balancer-> ingress or ingress-> load balancer? I think ibm have more scenes! ibm answer is authoritative! How cloud-native components such as Ingress Istio combine them in a production environment and use them in practice! How to design the specific architecture?So ask you guys

  • @bahmankeshtpour
    @bahmankeshtpour 5 หลายเดือนก่อน

    the IP addresses in the beginning of your explanation is belong to the worker nodes not pods. pods generally get their IPs from DHCP server inside the overlay network of the cluster

    • @mannedmodule
      @mannedmodule 4 หลายเดือนก่อน

      At 1:27: He said “each one of those NODES has a publicly accessible IP”. He is right.

  • @evgeni-nabokov
    @evgeni-nabokov 6 หลายเดือนก่อน

    Are nodes and pods the same? It seems like you use them interchangeably.

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

    2:35 why IP is going to change when adding pods?

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

    Ok Great, but I still have some questions.
    Let’s say I have a cluster with 3 Master and 3 worker nodes for HA and an external Load Balancer. Now I need to set up ingress, is the ingress automatically HA and where is it running? On the master or worker node just like any other pod and to wich target I point my load balancer that the traffic gets to the Ingress?

  • @n.ib.3758
    @n.ib.3758 4 ปีที่แล้ว +4

    thks a lot. I will share your video with my collegues. It was difficult to understand the differences between nodeport and ingress. It's easier with your explanation. One of my collegues said that it would be better to have one ingress per service. What do you think about it ?

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

      Hey there, thanks for watching. Generally, it makes more sense to configure multiple back-end services with a single ingress resource. You can use path-based routing to resolve to different services.

  • @karthikk2719
    @karthikk2719 3 ปีที่แล้ว

    I have a question, so essentially an Ingress is a Kubernetes component which is not in the form of actual process running as part of cluster itself, but instead ingress makes sures that it maintains the front end and backend configuration needed for an external load balancer process to pick it up and execute outside the cluster?

    • @IBMTechnology
      @IBMTechnology  3 ปีที่แล้ว

      Hi there!
      Ingress is an object type in Kubernetes. The Ingress Controller processes this Ingress object & the configuration/metadata contained within it, to configure the layer 7 proxy contained within the Ingress Controller, in order to expose your applications and services to the outside world.
      You can read more here 👉 ibm.co/2TGlWpp

  • @machireddyshyamsunder987
    @machireddyshyamsunder987 3 ปีที่แล้ว

    greatly explain in 5 mini.. to my knowledge/experience NLB is Network Load Balancer right ? correct me if I am wrong !!

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

    Sorry for 2 years late, but i have question. Between ingress and pod, is it necessary to have load balancer to handle pod?

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

    As you said that we can do routing in ingress; so is that ok to remove the nginx routing logic and implement in ingress ??

  • @sravaniregalla3125
    @sravaniregalla3125 9 หลายเดือนก่อน

    Hi , I have a question. My helm chart is deploying 2 pod replicas and they were exposed to DNS host name through ingress host, during the helm upgrade i have to ensure that atleast one pod is available and serving the requests with minimal downtime. How can i introduce this behaviour??

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

    So if I understand correctly. The ingress lives on the API server? Or is that another device? Where does the public IP live? I'm assuming again on the API controller or API server.

    • @Andre-jz9bi
      @Andre-jz9bi ปีที่แล้ว

      Same question here, but I don't think API server would be the answer.

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

    ultimate explanation in short time.. gr8 work

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

    Nicely explained. Simple and efficient.
    One question i have about ingress: can you build it so that it routes traffic say like 70% on one service and 30% on another when you've got same pods created in each service? I don't know if i was clear enough (:

    • @IBMTechnology
      @IBMTechnology  3 ปีที่แล้ว +4

      Hi Alexander! You can’t do that with Kubernetes Ingress at the moment, but you can do it with a service mesh such as Istio. Check out “Istio Traffic Management”.

    • @eLeCtRoXaLLeCs
      @eLeCtRoXaLLeCs 3 ปีที่แล้ว

      @@IBMTechnology thank you very much for the answer :D

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

    Nice video, thank you for share, I have a question, I recently heard at a conference that it was a good practice to use multiple ingress controllers in Kubernetes. Why?

  • @Torotero
    @Torotero 3 หลายเดือนก่อน

    for load balancer type is it true that we must add 1 ip per service? i thought we can use 1 ip with different port per service..

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

    amazing work, i like the alert before the interesting parts..

  • @A.A.
    @A.A. 11 หลายเดือนก่อน

    Wow, this is the best explanation. Super cool.

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

    commenting so that I get recommended more of ibm contents !

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

    I've watched 5 other full courses and none of them explained Ingress and Nodeports as clearly as you did.
    I finally get it! Thank You!
    How do I support you or buy your full course?

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

      Happy you found it useful! If you'd like to support the channel, be sure to like and subscribe. If there are any other topics you'd like us to cover, leave us a comment, and we'll see what we can do!

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

    amazing explanation.... loved it.

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

    Really well explained, thumbs up !

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

    how many ingress can be created for a cluster?

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

    Thanks for the great explanation on Ingress. Got a little better understanding on it.

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

    This is just what I need. Amazing work!

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

    Thanks for the quick video and explanation. On point.

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

    how these pens are working is there a glass or it's some kind of computer trick

  • @jackiehenry5799
    @jackiehenry5799 3 ปีที่แล้ว

    Just a suggestion to not whiteboard at the very bottom of the frame, it ends up overlapping with the subtitles (if enabled)

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

    how are you writing
    are you writing mirror image ?

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

    Very nice format thanks!

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

    Your all videos are great!

  • @leeritenour
    @leeritenour 4 ปีที่แล้ว

    Hi, can anyone teach me how to scale the pods of a single deployment across nodes, or say, group pods from different nodes as a service? I have thought that you can only group pods with labels within a node? I have also thought that you can only scale out pods for a deployment within a node. Is it possible to control that?

  • @avnishsinghtomar7783
    @avnishsinghtomar7783 3 ปีที่แล้ว

    i have a service with 10 replicas of a pod exposed by a service on k8s cluster. I want to 4 replicas to serve public APIs (lets say they have /public prefix) and the other 6 replicas to server private(internal) APIs (let's say they don't have /public prefix). I don't think ingress with help here. Is there any other way, this can be achieved?

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

    When you are on a cloud provider, the load balancer will be automatically provisioned for you, but if you are on bare-metal, you should do that yourself manually.

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

    great video, may I ask what applications did you use to create this video. the writing part with marker is amazing

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

      It's simpler than it looks. The key is the image has been flipped horizontally by the editor. You can get a behind the curtain look here: th-cam.com/channels/KWaEZ-_VweaEx1j62do_vQ.htmlcommunity?lb=Ugzf5SL_yh9NglCJzgF4AaABCQ

  •  3 ปีที่แล้ว

    Very nice explanation, very visual and to the point

  • @ramonpereira4460
    @ramonpereira4460 20 วันที่ผ่านมา

    Very nice video. Congratulations

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

    No better way to explain Ingress. 👍

  • @JunaidAhmed-ox2xd
    @JunaidAhmed-ox2xd ปีที่แล้ว

    looking forward to some practical demonstration of ingress

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

    always well said, and to the point. 🙏

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

    2:10 what a perfect angle

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

    Great explanation

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

    Excellent! GReat explanation and I congratule you for writing in a mirror way :D, that's hard!

  • @euclideschauque578
    @euclideschauque578 3 ปีที่แล้ว

    Thank you for the helpful summary

  • @iammanishganguly
    @iammanishganguly 3 ปีที่แล้ว

    Excellent explanation!

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

    A service is a collection of pods that are loads balanced

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

    Excellent video about Kubernetes once again!!

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

    Damn! This was a good quick lesson!

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

    There's 1 thing which is incorrect here (let me know if it's not). Ingress does not have a single External ip address. don't you have to expose ingress using nodeport?

    • @golu255
      @golu255 4 หลายเดือนก่อน

      how do you know if its incorrect if you are asking other to validate?

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

    Thank you.

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

    Awesome job!!

  • @tuvoxuan1894
    @tuvoxuan1894 9 หลายเดือนก่อน

    ez to understand... thanks u so muchhh

  • @hesham200053
    @hesham200053 3 ปีที่แล้ว

    really clean nice explanation

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

    After the latest update ingress prime always crashes.... So i can Not play.... the funny thing os that says " fixed crashing "

  • @user-ty3iy8bk2l
    @user-ty3iy8bk2l ปีที่แล้ว

    Excellent!

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

    Fantastic!

  • @Fabian-_-
    @Fabian-_- 3 ปีที่แล้ว

    Do you actually write mirrored or is there some magic behind this? :D hats off and thanks for the great explanation!

    • @IBMTechnology
      @IBMTechnology  3 ปีที่แล้ว

      Hi Fabian! There's a little bit of magic behind it. 😉 We shared some backstage secrets on the Community page, check it out here 👉 ibm.co/3AbglI3

  • @masteryoda9044
    @masteryoda9044 3 ปีที่แล้ว

    Sai Venom .. what a badass name !!!

  • @Parapoteenlair
    @Parapoteenlair 3 ปีที่แล้ว

    Well done bro !

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

    if hands on lab please tell me

  • @themarksman1
    @themarksman1 28 วันที่ผ่านมา

    Basically Ingress in ALB that can do Path based routing.

  • @atexnik
    @atexnik 9 หลายเดือนก่อน

    The way you depicted is as if the ingress creates LB outside of node, which is not true and totally confusing.

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

    Very nice!

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

    Good one

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

    You're awesome!

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

    Thanks you

  • @HappiestMindSet
    @HappiestMindSet 17 วันที่ผ่านมา

    Very Good

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

    I don't understand how can all of the instructor can right backwards?
    Is it a job requirement for getting into IBM of you guys are simply flipping the video horizontally?

  • @pratikbhandari1676
    @pratikbhandari1676 3 ปีที่แล้ว

    Thanks for the video :)

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

    well done

  • @madhu_parimi
    @madhu_parimi 4 ปีที่แล้ว

    Thanks

  • @clipbastler
    @clipbastler 3 ปีที่แล้ว

    very well done, thx!

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

    Is he drawing on my monitor?

  • @mcraj377
    @mcraj377 3 ปีที่แล้ว

    Great content, amazing explanation 👍
    It took me 2 and half mins, watched it in 2x :)

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

    Did you really write from right to left????

    • @theweegit
      @theweegit 8 หลายเดือนก่อน

      More than likely they write normal and reverse the video

  • @middlecloud8725
    @middlecloud8725 3 ปีที่แล้ว

    You are writing in mirror or you write normal? Sorry had to ask

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

      Hey there! We shared some backstage "secrets" of our videos on the Community page, check it out here 👉
      ibm.co/3pAmVTQ 🙂

  • @m.m.4589
    @m.m.4589 4 ปีที่แล้ว

    Ambassador next , plz

  • @hiteshsuthar1097
    @hiteshsuthar1097 3 ปีที่แล้ว

    Premium content 👍

  • @skullwise
    @skullwise 3 ปีที่แล้ว

    Basically, Ingress is like Zuul in Spring Cloud

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

    Did you forget to explain a pair of ingress components, ingress controller and ingress itself?

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

    Too cool

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

    More than the explanation Im always fascinated by how these people write in reverse

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

    cool

  • @cj82-h1y
    @cj82-h1y 2 ปีที่แล้ว

    I can't write that neat forwards

  • @evgeni-nabokov
    @evgeni-nabokov 6 หลายเดือนก่อน +2

    1 out of 5 minutes you are speaking about anything, but Ingress.

  • @shirecoding2440
    @shirecoding2440 3 ปีที่แล้ว

    psy venom

  • @call_of_duty1327
    @call_of_duty1327 4 ปีที่แล้ว

    3 view

  • @notaMorocco
    @notaMorocco 11 หลายเดือนก่อน

    thanks