Spring Cloud Netflix vs Kubernetes [closed] Spring Cloud Netflix vs Kubernetes [closed] kubernetes kubernetes

Spring Cloud Netflix vs Kubernetes [closed]


Kubernetes and Docker Swarm are container orchestration tools.Spring Cloud is a collection of tools to build microservices/streaming architectures.There is a bit of overlap, like service discovery, gateway or configuration services. But you could use Spring Cloud without containers and deploy the jars yourself without needing Kuberentes or Swarm.

So you'll have to choose between Kubernetes and Swarm for the orchestration of your containers, if you'll use containers.

Comparison: https://dzone.com/articles/deploying-microservices-spring-cloud-vs-kubernetes