Chapter 10. Developing a framework

This chapter covers

  • The components that make up a Mesos framework
  • The Mesos Scheduler and Executor APIs
  • Writing a framework by using the Python bindings for Mesos

Welcome to the last and final chapter of Mesos in Action. Up to this point, I’ve covered topics such as how Mesos provides a new architecture for datacenter computing, how to deploy Mesos, and how to deploy applications and Cron jobs. This chapter provides a primer on how to start developing your first Mesos framework.

Unlike previous chapters, this chapter is more development-oriented than the operations-oriented material I’ve presented up to this point. Before we proceed, I’ll assume that you have some experience with software development ...

Get Mesos in Action 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.