|
|
|
|
|
by madmax96
3568 days ago
|
|
My experience with Kubernetes is limited, so take all this with a grain of salt. I've been using the integrated swarm since beta. The new integrated swarm is a real game-changer in that it is much simpler to use compared to other solutions. With swarm, it's simply: docker swarm init
docker swarm join --token <blah> <blah:2377>
That being said, I found that Kubernetes offers more granularity in the level of control over the cluster. That's not something that __I__ need necessarily, though obviously YMMV. |
|
I have no doubt that docker will eventually catch up though.