Swarm cluster with high latency due to overlay network #160
Replies: 3 comments
-
There are plenty of people using Swarm full time, but I think the "problem" is that it's so easy to use, people just default to overlay with VIP and then think any limits around that are "core swarm issues" rather than just a lack of education around when to use what networking features. So thanks for reaching out:
I hope that helps. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your comment, I really like that AMA concept and I feel this may help for people over the internet ! :) I want to respond to some of the good points you mentioned:
Thanks for your time !!! |
Beta Was this translation helpful? Give feedback.
-
On your points:
|
Beta Was this translation helpful? Give feedback.
-
Hey ! Thanks for doing AMA.
I saw that you have some experience with docker swarm, and I want to share my story with it and see if I'm missing something..
I deployed my application on a swarm (physical servers) and at the beginning everything went well.
After a nightmare of a week, I had the following issues:
So after having these kind of issues (with postgres and rabbitmq for IPVS timeout issues) and latency issue (IPVS load balancing) I ditched it and came back to manually deploying the application using docker compose and bridge networking.
I'm looking at the issues at the libnetwork quite freqenly, and I know that overlay network is not mature enough to work well (as well as the IPVS thingy with the load balancing)
My questions are:
Thanks,
Amit.
Beta Was this translation helpful? Give feedback.
All reactions