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)

Summary

In this chapter, we learned how to change the hostname on CentOS, before starting with our installations. We then installed Mesos on our three master servers, and we installed slaves on all three slave servers. We added the Mesosphere repository, and then installed Mesos. Following that, we installed ZooKeeper on all our master servers, along with installing Marathon and Docker. We also saw how you can quickly start and stop the Mesosphere services and validate their status.

We also studied how to set up a multi-node Mesos cluster. We revised the package installation for respective servers and learned how to configure a mesos-master and Marathon server, and also adding slaves. So, basically, we are now well-equipped with the knowledge of setting up a muti-cluster mesos environment.

In the next chapter, we will learn about Mesos administration in detail by understanding...