Hacker News new | ask | show | jobs
by johnhenry 3007 days ago
This isn't a full explanation, but Kubernetes isn't a direct competitor to Docker -- but rather Swarm, Docker's orchestration solution. Both work with Docker (or one of it's direct competitors such as Rkt) to orchestrate multiple containers that work in conjunction with eachother.
1 comments

So it's essentially preference when it comes to orchestration. Thanks. :thumbs_up: