This document discusses Apache Mesos, an open-source cluster manager and distributed systems kernel. Mesos abstracts CPU, memory, storage, and other computer resources away from machines in a data center and shares those resources between existing distributed applications. It discusses Mesos' features such as high availability, linear scalability, multi-resource scheduling, web UIs, and pluggable isolation. The document also outlines Mesos' architecture including Zookeepers, Mesos masters, Mesos slaves, and frameworks. It notes some organizations that use Mesos/DC/OS including Twitter, Airbnb, Apple, and Uber.