- Trasnfer the 'nginx-texel-deployment' to your k8s master node
- Create the Deployment by running the following command:
kubectl apply -f /path/to/nginx-texel-deployment.yamlThe code can run only on python3
- Enter to 'webserver_validator' dir.
- Edit the settings.py file and enter the webserver IP.
- Install requirements:
pip install -r requirements.txt- Run the following command from your cli
python main.py- If the test fails, a relevant error will be thrown.