Firstly, is it correct to compare these two products? If yes, what is the main difference between them?
Asked
Active
Viewed 4,021 times
7
-
[Mesosphere](https://mesosphere.com/) is a company formed to support and develop [tag:mesos]. – chicks Jan 04 '16 at 21:30
1 Answers
20
CoreOS is a Linux based operating system which includes some distributed systems tools like etcd, locksmith, flannel, and the orchestration tool fleet,.
Mesos is an orchestration system which runs atop a Linux operating system and handles the scheduling, fault tolerance, and scaling of an application or series of applications.
Mesos can run atop CoreOS in a series of containers (https://github.com/veverjak/coreos-mesos-marathon), and CoreOS can be used without Mesos.

Brian Redbeard
- 690
- 10
- 22