Hello
I use docker composer way to set up Pulp3 server on one machine. I use default values, so I have:
one pulp-web
one postgres
one redis
Two pulp-api, Two pulp-worker, two pulp-content
I have a naive question: Setting like this, is docker composer doing load balancing automatically? Is it like: all begin with pulp-web, then from there , the differents requests, eg sync, rpm download, is load balanced?
Thanks in advance!