July 2017
Intermediate to advanced
414 pages
11h 18m
English
Mesos can be treated as a data center kernel. Enterprise DCOS is the commercial version of Mesos supported by Mesosphere. In order to run multiples tasks on one node, Mesos uses resource isolation concepts. It relies on cgroups of the Linux kernel to achieve resource isolation similar to the container approach. It also supports containerized isolation using Docker. Mesos supports both, batch workloads as well as OLTP kind of workloads.
The following diagram shows Mesos logically abstracting multiple machines as a single resource cluster:

Mesos is an open source top-level Apache project under Apache License. It abstracts lower-level ...
Read now
Unlock full access