Chapter 9. Study Case 3 - Mesos and Docker

In this chapter, we'll analyze how to develop Mesos frameworks and we'll study how to use Mesos containerizers and Docker containerizers.

This chapter has the following parts:

  • Mesos frameworks API
  • Mesos containerizers
  • Docker containerizers

Mesos frameworks API

As we saw in the Chapter 6, The Manager - Apache Mesos, a Mesos framework is a layer between Mesos and the application, and is used for managing task scheduling and execution. As the framework implementation is specific to the application, the term is usually used to refer to the application.

Initially, the Mesos framework only could communicate with the Mesos API using the libmesos written on C++. So, in order to interact with Java, Scala, Python, and ...

Get Fast Data Processing Systems with SMACK Stack now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.