Kubernetes Webinar Series - Everything About Ingress

Поделиться
HTML-код
  • Опубликовано: 1 ноя 2024

Комментарии • 44

  • @sagarparit8439
    @sagarparit8439 3 года назад

    This video resolved all my queries related to Ingress controller. Thanks you vey much for the excellent video

  • @samerakkoub623
    @samerakkoub623 5 лет назад +3

    After 2 years and it is still very helpful, thank you

  • @manjulac5402
    @manjulac5402 5 лет назад +1

    It was a great Webinar very easy to understand and made lot of sense, thank you Sir for sharing the content

  • @hansvandenbogert8992
    @hansvandenbogert8992 7 лет назад +1

    This should be the default introductory video to k8s Ingress. Pretty clear demo!

  • @TechJunction
    @TechJunction 6 лет назад +1

    Your webinar is so good, I was struggling to understand Kubernetes networking on GKE and this made it all clear. Thanks a lot!

  • @tmathala
    @tmathala 7 лет назад

    I understand ingress more now over lunch than I did an hour ago. Thanks for the videos!

  • @JomeAkpoduado
    @JomeAkpoduado 6 лет назад

    One year later and still very informative. Thanks for this

  • @chytrak4060
    @chytrak4060 4 года назад

    great webinar ..got good clarity on the concepts

  • @SridharanKuppa
    @SridharanKuppa 6 лет назад

    Excellent ingress intro and demo. It is really useful.

  • @aftabhussain143
    @aftabhussain143 7 лет назад

    Thanks most awaited videos in kubernetes series.

  • @SatishKumar-jb9qm
    @SatishKumar-jb9qm 7 лет назад

    Very well explained. Thank you for creating this series.

  • @PanosGeorgiadis
    @PanosGeorgiadis 6 лет назад

    That was a great experience watching and going through your webinar. Congrats for your work.

  • @rvandermey
    @rvandermey 7 лет назад

    Thank you! This was exactly what I was looking for. Nice job.

  • @greyflashYT
    @greyflashYT 6 лет назад

    Awesome introduction. thank you very much!

  • @malharvora1281
    @malharvora1281 7 лет назад

    Thanks a lot for this great demo Sir. Can you please upload a similar demo for bare metal deployment of Ingress as it is different from on cloud ?

  • @Alekunn
    @Alekunn 7 лет назад

    this is gold!! thank you Janakiram!

  • @galvital
    @galvital 5 лет назад

    GREAT explanations sir, thank you!

  • @kishoregudidha1656
    @kishoregudidha1656 4 года назад

    Can you please make a video how to enable ingress on promises

  • @kamtanath4494
    @kamtanath4494 6 лет назад

    Beautifully well explained!

  • @SathishKumar-nf8fc
    @SathishKumar-nf8fc 7 лет назад

    Nice Intro for Ingress... Thank you.

  • @TAICHI1SCO
    @TAICHI1SCO 7 лет назад

    Where is webinar for Building CI/CD Pipelines pls?

  • @vr5322
    @vr5322 5 лет назад

    can we bind the loadbalancer with the domain name at the time of creation instead of doing it in route 53

  • @MartinMarchev
    @MartinMarchev 6 лет назад

    Excellent tutorial! Thank you very much!

  • @pernankilvivek8774
    @pernankilvivek8774 3 года назад

    very nice sir

  • @GeorgeHugis
    @GeorgeHugis 6 лет назад

    very good. do you have a git project.

  • @atb00ker
    @atb00ker 5 лет назад

    Thanks, Great Webinar. :-)

  • @cybagealm8301
    @cybagealm8301 7 лет назад

    Can we us e a single ingress to direct to two services in two namespaces? Please do reply

  • @abdoelrahmanhegazy
    @abdoelrahmanhegazy 6 лет назад

    Why did you stop your webinars ?

  • @vaibhavkumar1692
    @vaibhavkumar1692 6 лет назад

    Make a video on how to make external ip address and cluster ip address static even though after re creating my service

  • @ajit555db
    @ajit555db 5 лет назад

    Excellent actually!!

  • @dzhi
    @dzhi 6 лет назад

    Awesome stuff! Thanks

  • @tribalman2007
    @tribalman2007 6 лет назад

    best explanation.
    Thank you.

  • @w00t360
    @w00t360 6 лет назад

    Excellent video.
    How does github.com/kubernetes/ingress-nginx fit into the picture?
    Could you give us some real life use cases for it?
    Thanks.
    /A

    • @PauloEliasJr
      @PauloEliasJr 6 лет назад

      Hi Paulo. This is a Ingress Controller, that controls how Ingress works and provides additional resources to use within your ingressses like "Annotations". The one that you mention is built on top of nginx. The Ingress Controller is deployed as a DaemonSet and looks on the apiserver's "/ingresses" endpoint for existing ingress definitions. WIth this information the Ingress Controller can use the cloud API to provide the IP from the Cloud Load Balancer used in the ingress, permiting external access. The ingress itself is just a definition that connects the external world outside the cluster to the services/pods inside it, but additional logic is required to make your cloud to see what's visible. The Ingress Controller is responsible for doing the other things to make this internal world accessible over the ingress. Using GKE or AKS kubernetes clusters the Ingress Controller is created automatically, so when you create a new ingress, the ingress Controller watch this creation and quickly create the necessary configurations in your cloud to viabilize the external access. In Bare-metal deployments, you must deploy the Ingress Controller for the ingress resource to work correctly.

  • @roughlea_music
    @roughlea_music 6 лет назад

    Thanks! echoserver demo useful debugging feature.

  • @amitahuja5541
    @amitahuja5541 6 лет назад

    How to remove ingress..?

  • @sreeprakashneelakantan5051
    @sreeprakashneelakantan5051 6 лет назад

    Good one

  • @pavankkk7275
    @pavankkk7275 6 лет назад

    Awesome

  • @antiderivativex
    @antiderivativex 6 лет назад +1

    5 people like to spin up a load balancer per service

  • @moealmaw
    @moealmaw 5 лет назад

    I love you