We currently have a consumer service that calls producer processes in another container through docker exec
(and exposed docker socket on the consumer service).
Question: How can such a docker exec
call be load balanced onto containers running on multiple nodes?
Am I reading execute a command within docker swarm service correctly, in that this is not possible currently?