rocksclusters / base

Base roll for Rocks Clusters
http://www.rocksclusters.org/
25 stars 10 forks source link

What is the difference between Apache Mesos and Rocks? #30

Closed aaangeletakis closed 6 years ago

aaangeletakis commented 6 years ago

I was wondering what is really the difference between the two?

ppapadopoulos commented 6 years ago

"Apache Mesos abstracts CPU, memory, storage, and other compute resources away from machines (physical or virtual), enabling fault-tolerant and elastic distributed systems to easily be built and run effectively."

In other words its a layer above physical hardware (think containers). Rocks handles raw hardware. It would be quite straightforward to run Mesos on top of a Rocks cluster