Nginx As Load Balancing Proxy with Docker | Nginx Docker Tutorial

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

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

  • @gbuwally6326
    @gbuwally6326 4 года назад +5

    Very helpful tip for using an nginx container - all the other tutorials I could find only talked about installing nginx to service containers, or to install nginx as a container, but none of them I could find actually went into how to configure nginx AS a docker container. I kept getting stuck in my implementation of how to get nginx to talk to the other container, and as soon as you went into DNS and the new feature, I realized I needed that nginx container to talk to the other containers over a network/ip that it could use, and not localhost or something else. So not only did you solve my problem, but showed me an even better way to do it!

  • @ОлександрПавлище-ъ4н

    The best explanation of NGINX load balancer in Docker so far) So much grateful for your work)

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

    awesome Thanks for sharing

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

    great video. Thanks!

  • @diallo9149
    @diallo9149 4 года назад +1

    veryy well explained, thanks for sharing !!!!!

  • @ericaskari
    @ericaskari 4 года назад +1

    What an awesome video. exactly what i was looking for. Initializing nginx to be a good load balancer. Thanks.

  • @MahmoudMohsab
    @MahmoudMohsab 4 года назад +1

    very nice thanks

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

    Thank you very much man, this was the best tutorial that I could find. I was having a lot of trouble proxying composed containers. The problem was that I was trying with "localhost" instead of the service name.
    Very appreciated.

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

    Thanks very well explained got what's I need

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

    Brilliant! Very useful. Thanks man!

  • @esu7116
    @esu7116 4 года назад +3

    Hey! awesome tutorial, do you know how to change the load balancer scheduling algorithm from round-robin to cookie sticky session or hash IP?
    thank you in advance 👌

  • @vincentpham7445
    @vincentpham7445 4 года назад +1

    Can you demo the implement of ssl certificate for this deployment? Im curious with your approach on this issue.

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

    Cool but in the real world you would have the multiple backend containers on different hosts to give actual capacity? or redundancy?

  • @JS-vm8se
    @JS-vm8se 4 года назад

    Great video, really helpful, thanks! Btw are you German or Swedish or is that your actual accent? Just being curious..

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

    The service name is not showing when i try it . Does someone know why ? I mean that app1,app2,app3 not showing so i can't check if the load balancer is working