When working with a distributed application, it’s vital to ensure your app working as expected with the growing number of users overtime. Hence, to confidently deploy your system, you need to run load test for it regularly. With Grafana k6 and opentelemetry, you’re be able to quickly test your app and monitor it thoroughly through traces.
To deploy the whole application, run the below make command. By default, the services will be deployed with port 8080 . If you want to change the default port, you need to set the ENVOY_PORT to another port value, say 8081 .
ENVOY_PORT=8081 make start
Wait for a few minutes for all your Docker containers to be up and running.