|
|
|
|
|
by LoSboccacc
2352 days ago
|
|
I agree, looked into swarm and routing was a mess, even discounting the bugs, lockups and moments of total disconnections, you had to rely on ugly dns hacks to know the live endpoints, making any kind of stateful service a nightmare to set up, while kubernet just give you an endpoint api, and even then, there were no guarantees for local services that swarm mesh would route the calls to the local instances, while in kubernet you can control precisely how services are resolved grouping them in pods, so that they don't needlessly clog the pipes. I find very hard to find swarm use case that a wan, vpn, private segment or kubernet cluster can't handle better. |
|
Discovering bugs in a technology you just started "looking into" actually sounds like the learning curve.