Book Image

Learn Apache Mesos

By : Manuj Aggarwal
Book Image

Learn Apache Mesos

By: Manuj Aggarwal

Overview of this book

Apache Mesos is an open source cluster manager that provides efficient resource isolation and sharing across distributed applications or frameworks. This book will help you build a strong foundation of Mesos' capabilities along with practical examples to support the concepts explained throughout the book. Learn Apache Mesos dives straight into how Mesos works. You will be introduced to the distributed system and its challenges and then learn how you can use Mesos and its framework to solve data problems. You will also gain a full understanding of Mesos' internal mechanisms and get equipped to use Mesos and develop applications. Furthermore, this book lets you explore all the steps required to create highly available clusters and build your own Mesos frameworks. You will also cover application deployment and monitoring. By the end of this book, you will have learned how to use Mesos to make full use of machines and how to simplify data center maintenance.
Table of Contents (10 chapters)

What this book covers

Chapter 1, Deploying Apache Mesos on AWS, contains an overview of the Mesos architecture and how Mesos helps different teams to enhance their performance and deliver on it.

Chapter 2, Setting up Mesos Single-Cluster Nodes, explains how to set up AWS servers and how to deploy Mesos and its components.

Chapter 3, Installation of Mesosphere, explores the components that comprise a Mesos cluster.

Chapter 4, Apache Mesos Administration, explains how Mesos schedules resources, and how its allocation module offers those resources to various frameworks.

Chapter 5, Deploying Services on Mesos Cluster, shows how to start working on a Mesos cluster and how to deploy applications.

Chapter 6, Persistent Volumes, explains how to set up and use SSL to protect important endpoints. It also explains how to choose suitable authentication mechanisms.

Chapter 7, Securing Mesos, explains how to debug and troubleshoot the services and workloads on a Mesos cluster.

Chapter 8, Managing Resources in Mesos, explains how to manage CPU, memory, and disk resources in a Mesos environment.