DEV Community

Discussion on: Deep dive into Kubernetes 0x1

Collapse
 
andrealupo profile image
Wolf Developer

Interesting article! I'm starting the use of docker on spring-based web application and I know a container orchestrator is necessary. What do you think is better to start with? I get that Docker Swarm is easier to configure, but I don't know right now how to choose. I'll manage applications with 2-3 nodes, with no microservice involved (good old monolith..). Thank you in advance!

Collapse
 
rahulku48837211 profile image
Rahul Kumar

Your Welcome ......
I suggest you to use Kubernetes because of it's community support and if you are just starting with then Docker swarm could be little bit tricky and No GUI is available . And Kubernetes has so much functionality packed with .
So in Kubernetes i agree the Initial set up is tricky but once you set it up it is so easy to Manage .

Collapse
 
andrealupo profile image
Wolf Developer

Thank you for your reply! I'll go with Kubernetes then.