What Load Balancer options do you have with Amazon EKS, and how do you choose?

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ก.ย. 2024
  • Join Michael Fischer as we dive in and look at the different load balancer choices that the new AWS Load Balancer Controller can provision for us. We'll also talk about when to use which one.
    github.com/aws...

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

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

    Thanks Michael , informative

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

    ELBs and ALBs actually behave slightly differently, I've noticed that ELBs will pre-open connections for instance where ALBs do not (at least not by default).

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

      Interesting! You're right, of course... it seems that pre-opening the connections is an optimization that ELB uses, but maybe deemed unnecessary for ALB? (my own speculation). That behavior difference is noted in the docs here: docs.aws.amazon.com/elasticloadbalancing/latest/userguide/how-elastic-load-balancing-works.html under "HTTP Connections"

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

      @@brentley Thanks for that info Brent! I wasn't aware that this was a documented difference. You are the best!

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

    Hey guys, where can we find the source code of the demo?

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

    Could we use Classic load balancer instead of network load balancer keeping the configurations intact with aws eks? Please suggest. Thanks.

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

    Hi guys, thank you for the great session, I am planning to migrate from the old alb-ingress-controller, is it possible to share the source code from the demo please, thank you in advance.

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

    Which load balancer should be used to point custom domain to my app? Can we use a single load balancer for the whole cluster?, them which load kind of load balancer is that?

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

    Hello guys, thanks for the excellent demo. I am trying to share one NLB with multiple services that need to expose, similar to ALB with ingress rules. But every time it spinning up NLB for each rule. Please help.

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

    Hey great session and thanks for the demo with the open source code. However, any update on support of "custom http headers" within alb? My use case is to add a "custom http header" in the request that can be sent to a multi-tenant app that needs mapping info of host with it's specific database name. Currenlty, it is achieved wihtin nginx with:
    proxy_set_header Host $host;
    proxy_set_header X-host-dbfilter ^db_name\Z;
    Would appreciate any pointers please!

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

    hii, is NLB supports EKS fargate?

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

      Yep! Check out: github.com/aws/containers-roadmap/issues/617#issuecomment-715570838 with some links to details.

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

    Hey guys, would it be possible to share the github repo?