Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Learn Apache Mesos

You're reading from   Learn Apache Mesos A beginner's guide to scalable cluster management and deployment

Arrow left icon
Product type Paperback
Published in Oct 2018
Publisher Packt
ISBN-13 9781789137385
Length 248 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Manuj Aggarwal Manuj Aggarwal
Author Profile Icon Manuj Aggarwal
Manuj Aggarwal
Arrow right icon
View More author details
Toc

Table of Contents (10) Chapters Close

Preface 1. Deploying Apache Mesos on AWS FREE CHAPTER 2. Setting up Mesos Single-Cluster Nodes 3. Installation of Mesosphere 4. Apache Mesos Administration 5. Deploying Services on Mesos Cluster 6. Persistent Volumes 7. Securing Mesos 8. Managing Resources in Mesos 9. Another Book You May Enjoy

ZooKeeper

To start ZooKeeper, type sudo service zookeeper start. Check the status:

You can see status -l has more information:

Run sudo service mesos-master start, and see the status:

You can also add -l to get more information:

In order to access the console, here is the Mesos-master server and the public IP is 34.237.145.106 port is 5050. But we won't be able to access this as we need to enable the traffic and security group.

To do so, check the Security groups, which is mesos. We need to add a rule and input 5050 as Port Range, in Inbound | Edit. Where, we will consider the source as Anywhere but you should define your IP or your custom IP range and save it.

Now let's go and refresh our page(34.237.145.106:5050). We can see that we are able to access Mesos:

In this way, you can enable the inbound rule for your Mesos master server.

...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime