Webinar: Tales of the Kubernetes Ingress Networking: Deployment Patterns for External Load Balancers

Поділитися
Вставка
  • Опубліковано 28 сер 2024

КОМЕНТАРІ • 4

  • @manipal2011
    @manipal2011 4 роки тому

    Ingress are Standard Kubernetes Resources. Ingress runs as Pods (DaemonSet)

  • @manipal2011
    @manipal2011 4 роки тому

    We still need a External Load Balancer (Service Type) for routing Public traffic to Set of Ingress Pods. Each Ingress Pod will route traffic (L7 routing) to different Kubernetes Services (Private network/IP for Apps)

  • @gaatutube
    @gaatutube 4 роки тому

    At 29:00 ... Is there an error? The slide text mentions externalTrafficPolicy = "Local" ... but the diagram mentions it as "True" and your narration also says that pkt will be dropped if it's set to "True". Looking at kubernetes.io documentation, there seem to be only 2 options available for externalTrafficPolicy: Local and Cluster(default).

  • @manipal2011
    @manipal2011 4 роки тому

    Kubernetes External Load balancer actually forwards request to NodePort service and then to Pods