Building applications on Mesos leveraging resilient, scalable, and distributed systems

How can Apache Mesos make a difference in your organization? With this practical guide, you’ll learn how this cluster manager directs your datacenter’s resources, and provides real time APIs for interacting with (and developing for) the entire cluster. You’ll learn how to use Mesos as a deployment s...

Descripción completa

Detalles Bibliográficos
Otros Autores: Greenberg, David, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Beijing, [China] : O'Reilly 2016.
Edición:First edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629670906719
Tabla de Contenidos:
  • Copyright; Table of Contents; Preface; Conventions Used in This Book; Safari® Books Online; How to Contact Us; Acknowledgments; Chapter 1. Introduction to Mesos; How to Use Mesos; Mesos as a Deployment System; Mesos as an Execution Platform; How This Book Is Structured; Summary; Chapter 2. Getting Started with Mesos; Frameworks; Masters and Slaves; The Masters; The Slaves; Resources; Configuring Custom Resources; Configuring Slave Attributes; Roles; Static and Dynamic Slave Reservations; Tasks and Executors; CommandExecutor; Understanding mesos.proto; Not Managed by Mesos; Summary
  • Chapter 3. Porting an Existing Application to MesosMoving a Web Application to Mesos; Setting Up Marathon; Using Marathon; Scaling Your Application; Using Placement Constraints; Running Dockerized Applications; Health Checks; Application Versioning and Rolling Upgrades; The Event Bus; Setting Up HAProxy with Marathon; Running Mesos Frameworks on Marathon; What Is Chronos?; Running Chronos on Marathon; Chronos Operational Concerns; Chronos on Marathon: Summary; Alternatives to Marathon + Chronos; Singularity; Aurora; Summary; Chapter 4. Creating a New Framework for Mesos; The Scheduler
  • Pool of Servers SchedulerWork Queue Scheduler; Job Processor Scheduler; Useless Remote BASH; Implementing a Basic Job Processor; Matching Tasks to Offers; Bridging the Semantic Gap Between Offers and Jobs; Adding High Availability; Adding Reconciliation; Advanced Scheduler Techniques; Distributed Communication; Forced Failover; Consolidating Offers; Hardening Your Scheduler; Framework UI; Allocating Ports; Checkpointing; CommandInfo; Summary; Chapter 5. Building a Mesos Executor; The Executor; Building a Work Queue's Worker; Running Pickled Tasks; Sharing Resources; Better Babysitting
  • Augmented LoggingRewriting the CommandExecutor; Bootstrapping Executor Installation; Adding Heartbeats; Advanced Executor Features; Progress Reporting; Adding Remote Logging; Multiple Tasks; Summary; Chapter 6. Advanced Topics in Mesos; Libprocess and the Actor Model; The Consistency Model; How Is Slave Failure Handled?; How Is Master Failure Handled? (Or, the Registry); Reconciliation During Failover; Containerizers; Using Docker; The New Offer API; Framework Dynamic Reservations API; Persistent Volumes for Databases; Summary; Chapter 7. The Future of Mesos; Multitenant Workloads
  • OversubscriptionDatabases and Turnkey Infrastructure; IP per Container; Summary; Index; About the Author