Goals
Before you start building the web application it is important to have your infrastructure setup. In this case you have many different servers some of which you may not be familiar with.
Backend constraints
• You should be able to host a basic ‘Hello world’ of a webpage on each different server
• You must use a testing framework like Apache JMeter (or locust) and integrate it into your CI
environment
• You must have a load balancer setup that balances the load of AT LEAST 2 of the different web
servers you run.
• You should generate a Docker-Compose file for each server that will be needed for the project,
with individual Dockerfile’s for each environment.
Goals Before you start building the web application it is important to have your infrastructure setup. In this case you have many different servers some of which you may not be familiar with.
Backend constraints • You should be able to host a basic ‘Hello world’ of a webpage on each different server • You must use a testing framework like Apache JMeter (or locust) and integrate it into your CI environment • You must have a load balancer setup that balances the load of AT LEAST 2 of the different web servers you run. • You should generate a Docker-Compose file for each server that will be needed for the project, with individual Dockerfile’s for each environment.