Kubernetes Ingress Hands-On Demo | Alta3 Breakdown

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • Kubernetes Ingress Explained with Hands-On- Demo!
    ➜ Join our Community Discord: / discord
    ➜ Follow us on Twitter: @Alta3Research
    #Kubernetes #Alta3 #Ingress
    Follow us at:
    Website: alta3.com​​​​​
    Twitter: @Alta3Research
    Facebook: / alta3research
    Linkedin: / alta3-research-inc
    Alta3 Research, Inc.
    alta3.com/​​​​​
    Contact Us: alta3.com/contact

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

  • @Alta3Research
    @Alta3Research  2 года назад

    Kubernetes Ingress Explained with Hands-On- Demo!
    ➜ Join our Community Discord: discord.gg/CqeubBfa9t
    ➜ Follow us on Twitter: @Alta3Research

  • @mikeadeniyi2685
    @mikeadeniyi2685 8 месяцев назад +2

    Your video didn't deal with ingress per say. you only addressed load balancer and NodePort as a gateway for the pods to be exposed externally. I was expecting to watch how ingress, ingress control manager and ingress rules are configured for the same purpose.

  • @sahibnasirri5581
    @sahibnasirri5581 Год назад

    great tutorial, just a quick question, at 16:49 i expect to access auth pod from book pod should go over cluster ip via kube proxy, not over nodePort and external load balancer bcs Cluster Ip service is internal cluster network and can have access to another pod in another node directly via kube-proxy

  • @joeldujsik
    @joeldujsik 5 месяцев назад

    Having 3 containers via the number of replicas in a deployment is a replica set ?

  • @maxmustermann9858
    @maxmustermann9858 8 месяцев назад

    Does the External Load Balancer need to see the Worker nodes or is it enough that the LB is just connected to the masters and vice versa?