In a three node cluster with an attachable overlay network..
node 1 - has a container running on the attachable network
node 2 - has a service task on the same network and also publishes a port
node 3 - accesses the published port of the service task, which does a name lookup (in go code) for the name of the container in node 1.
This works instantly most of the time. But sometimes it takes 10+ seconds to work. Creating this issue to identify what causes this delay.
In a three node cluster with an attachable overlay network..
node 1 - has a container running on the attachable network
node 2 - has a service task on the same network and also publishes a port
node 3 - accesses the published port of the service task, which does a name lookup (in go code) for the name of the container in node 1.
This works instantly most of the time. But sometimes it takes 10+ seconds to work. Creating this issue to identify what causes this delay.