Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Main differences between mesosphere and coreos

Firstly, is it correct to compare these two products? If yes, what is the main difference between them?

like image 889
Dante Avatar asked Oct 04 '14 06:10

Dante


1 Answers

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.

like image 61
Brian Redbeard Avatar answered Sep 18 '22 20:09

Brian Redbeard