Skip to content

abidkhan484/nginx-load-balancing-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Background

The project is intended to start learning load balancing technique. This can minimize anxiety of installing different services to start the playground. A blog in dev.to is assosiated with the repo.

Prerequisites:

  • Virtual Machine
  • Docker
  • Docker Compose

Project tree:

.
├── README.md
├── docker-compose.yml
├── lb-conf
│   └── default.conf

Playground:

  1. Clone the repo :

    git clone https://github.com/abidkhan484/nginx-load-balancing-docker.git
  2. Start the application :

    docker-compose up -d

    Please wait this might take a several minutes...

    docker-compose logs -f # Follow log output
  3. Open your favorite browser :

  4. Stop and clear services

    docker-compose down -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published