how to setup nginx proxy pass and load balancer in docker environment

preview_player
Показать описание
so how to setup a proxy pass and load balance between multiple upstream servers using nginx official docker image

00:00 Intro
00:43 Load Balancing Algorithms
00:59 Project setup for running two node projects
01:57 Running projects in two different ports
02:43 Checking the projects run in ports 3000 and 3001
03:11 Create an NGINX setup in docker env as a Load Balancer
04:41 NGINX config
06:07 Start NGINX and Test the Load Balancing results
07:10 Outro

USEFUL********

#docker
#nginx
#loadbalancer
#loadbalance
#proxy
#proxypass
#image
#container
#upstream
#server
#dockerfile
#dockerCompose
#environment
#configuración

USEFUL******

PLAYLISTS*******

LINKS********
Рекомендации по теме
Комментарии
Автор

Thanks for awesome tutorial, what if one server is down? Will load balancer automatically identify and serve the requests from the running server?

MohammadShahid