Load balancing is a technique used in a network environment to distribute traffic evenly and efficiently among multiple servers. Nginx is a popular web server and reverse proxy for implementing load balancing. Docker, on the other hand, is a platform that allows developers to package, distribute, and run applications in containers. This study aims to implement load balancing using the Nginx web…