Load balancing is one of the most widely deployed use case for NGINX Instance Manager – it is easy to configure and provides multiple load balancing algorithms to choose from to ensure smooth flow of network traffic between clients and upstream servers. In this basic how-to video, we cover: ◆ High level understanding of load balancing works ◆ Upstream directive ◆ Available load balancing methods NGINX Load Balancing GitHub ⬡ 🤍github.com/jay-nginx/load-balancing How to Get Started With NGINX ⬡ 🤍bit.ly/3MeGufw Introducing NGINX Instance Manager ⬡ 🤍bit.ly/2QCLMch Chapters: 0:00 - Load Balancing with NGINX Session Agenda 0:43 - Multitude of Use Cases 6:18 - Load Balancing Methods 12:01 - Enabling Session Persistence with NGINX 13:53 - Things to Note When Load Balancing with NGINX 14:50 - Live Demo
This LB isn't DSR (Direct server return) or is it? 🤨
And can nginx do such LB?
please note that sticky session is not free, it come with nginx plus
Izin belajar pak
Think you
Amazing explanation!
Is there any way to make the load balancer not be the single point of failure ?? If it goes down, all the healthy machines and services become useless right ??
Thank you. great demo.
Im using Nginx for loadbalancing my 4 server setup for a custom application. The application has a media share option that if disabled the forward option does not allow people from other networks to see it. It uses the IP of the user for this. The problem is if i use load balancing all the hits to my web server are coming from the load balancers IP. So even if a user from external network tries to access the media after disabling that option, he is able to access the media because server is getting the IP of Nginx setup. Is there any feature to overcome this issue?
is there a way to install a web GUI to administer the load balancer?
please i need to contact you
Links:
NGINX Configuration Context: youtu.be/C5kMgshNc6g youtu.be/C5kMgshNc6g
NGINX Reverse Proxy: youtu.be/lZVAI3PqgHc youtu.be/lZVAI3PqgHc
Great to see nice demo explanation. 👍
Epic explanation.. made it very easy.
Thanks!
Could you add the links you mentioned in the video?