Good day.
Maybe someone help me
I am install Docker Swarm
In my swarm I have - 1 master and 2 workers
Installed SwarmPit GUI to manage Docker Swarm
all servers in one DC, ping between servers is fine - time=0.242 ms time=0.348 ms
- create a network
docker network create --driver overlay --subnet 10.5.0.0/20 --attachable swarm-test-net - using sonyflake as test app
docker service create
–replicas 6
–network swarm-test-net \
–update-parallelism 5
–name sonyflake
-p 80:80
titpetric/sonyflake
my problem is:
One of my server is …not working well in swarm, i don’t know WHY
if i use
docker run
–net=swarm-test-net
–rm williamyeh/wrk
-t 6
-c 30
http://sonyflake
- unable to connect to sonyflake:http Operation timed out