Skip to content

This is the supporting GitHub link for the YouTube tutorial on configuring NGINX/Plus as Load Balancer

Notifications You must be signed in to change notification settings

HodardCodeclub/load-balancing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

load-balancing

This is the supporting GitHub link for the YouTube tutorial on configuring NGINX/Plus as Load Balancer

I have commented out all the load-balancing methods, so the default, round-robin would work with this configuration as is.

While Loop which I used to extract and print a specific value from the header:

while true; do curl -sI <load-balancer-ip:port> | tr -d '\r' | sed -En 's/^Custom-Header: (.*)/\1/p'; sleep 1; done
Useful Links:

Built With

Author

About

This is the supporting GitHub link for the YouTube tutorial on configuring NGINX/Plus as Load Balancer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published