Search code examples
dockerdocker-swarmistio

How to compares Istio to Docker Swarm?


Reading the documentation about Istio I come with this questions.

Which are the points where Istio And Docker Swarm works the same?

Also, which one is better in different scenarios?


Solution

  • It's an apples to oranges comparison in many respects. Istio (currently) runs on top of Kubernetes, a container orchestrator like Docker Swarm.