Hetzner/load-balancer
2023-01-31 23:46:50 +01:00
..
a.py webservice pull fix 2023-01-31 23:46:50 +01:00
b.py Clean after load balancer 2023-01-30 22:47:06 +01:00
clean.sh automate cleanup 2023-01-30 22:47:51 +01:00
deploy.sh deploy fix 2023-01-31 12:30:10 +01:00
load-balancer.png test results 2023-01-30 22:48:43 +01:00
readme.md added image example 2023-01-30 22:50:57 +01:00
test.ipynb test under load 2023-01-30 22:53:49 +01:00

Deploy Code Server with Hetzner Cloud

To run the scrip make it executable

chmod +x deploy.sh

Then execute it

./deploy.sh

The script will install all the neccesary packages and create server enviroment


Example result of alternating traffic with load balancer

alt text


When u want to delete server use cleaning script

chmod +x clean.sh
./clean.sh