Mesos in Action
- Length: 272 pages
- Edition: 1
- Language: English
- Publisher: Manning Publications
- Publication Date: 2016-05-23
- ISBN-10: 1617292923
- ISBN-13: 9781617292927
- Sales Rank: #1417513 (See Top 100 Books)
Summary
Mesos in Action introduces readers to the Apache Mesos cluster manager and the concept of application-centric infrastructure. Filled with helpful figures and hands-on instructions, this book guides you from your first steps creating a highly-available Mesos cluster through deploying applications in production and writing native Mesos frameworks.
Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
About the Technology
Modern datacenters are complex environments, and when you throw Docker and other container-based systems into the mix, there’s a great need to simplify. Mesos is an open source cluster management platform that transforms the whole datacenter into a single pool of compute, memory, and storage resources that you can allocate, automate, and scale as if you’re working with a single supercomputer.About the Book
Mesos in Action introduces readers to the Apache Mesos cluster manager and the concept of application-centric infrastructure. Filled with helpful figures and hands-on instructions, this book guides you from your first steps creating a highly-available Mesos cluster through deploying applications in production and writing native Mesos frameworks. You’ll learn how to scale to thousands of nodes, while providing resource isolation between processes using Linux and Docker containers. You’ll also learn practical techniques for deploying applications using popular key frameworks.
What’s Inside
- Spinning up your first Mesos cluster
- Scheduling, resource administration, and logging
- Deploying containerized applications with Marathon, Chronos, and Aurora
- Writing Mesos frameworks using Python
About the Reader
Readers need to be familiar with the core ideas of datacenter administration and need a basic knowledge of Python or a similar programming language.
About the Author
Roger Ignazio is an experienced systems engineer with a focus on distributed, fault-tolerant, and scalable infrastructure. He is currently a technical lead at Mesosphere.
Table of Contents
Part 1 Hello, Mesos
Chapter 1 Introducing Mesos
Chapter 2 Managing datacenter resources with Mesos
Part 2 Core Mesos
Chapter 3 Setting up Mesos
Chapter 4 Mesos fundamentals
Chapter 5 Logging and debugging
Chapter 6 Mesos in production
Part 3 Running on Mesos
Chapter 7 Deploying applications with Marathon
Chapter 8 Managing scheduled tasks with Chronos
Chapter 9 Deploying applications and managing scheduled tasks with Aurora
Chapter 10 Developing a framework
Appendix A Case study: Mesosphere DCOS, an enterprise Mesos distribution
Appendix B List of Mesos frameworks and tools