Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 354 Bytes

File metadata and controls

5 lines (4 loc) · 354 Bytes

docker

Docker projects:

--> Dynamic Load Balancer: Increase the amount of services availabe based on the demand. It uses haproxy as load balancer and spring boot as service. The logic to increase the service was written in Python. The command to add services was written in a bash script. Every component in this example has its own docker file.