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)

Mesos administration

We learned how to build servers on AWS. We built eight servers: two for Marathon, three for mesos-master, and three for mesos-masters and slaves in different availability zones. Remember our AWS environment diagram from Chapter 2, Setting up Mesos Single-Cluster Nodes? We built servers and EC2 instances for deploying our Mesos software.

In this section, we will learn how to do a basic Mesos setup containing masters and slaves. We will see which container we are going to use to enable or applications to run. We will also look in to a central mechanism, that stores the configuration files, the zookeeper.

The following are the topics that we will be covering:hostname on centos

  • Installing Mesos (mesos-master and Mesos Slave)
  • Installing ZooKeeper
  • Installing Marathon
  • Installing the Docker Container Platform