This commit is contained in:
abregman
2021-10-28 08:50:35 +03:00
parent 51ecb4ff77
commit 153c930a5a
6 changed files with 234 additions and 7 deletions

View File

@ -0,0 +1,11 @@
## Highly Available "Hello World"
Set up an highly available "Hello World" application with the following instructions:
* Use a containerized Load Balancer
* Provision two virtual machines (this is where the app will run)
* The page, when visited, should show "Hello World! I'm host X" - X should be the name of the virtual machine
### Solution
1. Provision two VMs