#Dagger benchmark env

1 messages · Page 1 of 1 (latest)

reef imp
#

Hello from Nantes 🇫🇷,
We are using dagger to create a benchmarking environment with our load balancer called sozu. It proxies a simple API and provides a TLS endpoint. Then we launch a stress tester tool to send some load to the reverse proxy.

At the beginning we try with services, but network and dns from docker create a lot of complexity when we write our sozu configuration file. Now we've got everything bundled in a single container, but we can't find a way to keep the load balancer, api and benchmarking tool running together. We want to run the endpoint and the load balancer in the background. We can't use the with_exec() function multiple times. I thought I could use the function multiple times in different bash shells.

Any idea to use dagger for this use case?