Deploying and configuring a Mesos cluster using SaltStack

The SaltStack platform, or Salt, is a Python-based open source configuration management software and a remote execution engine. This module explains how we can use SaltStack to install a Mesos cluster with Marathon and a few other tools in production. SaltStack is an alternative to Puppet, Ansible, Chef, and others. As with the others, it is used to automate the deployment and configuration of software on multiple servers. The SaltStack architecture consists of one node as the SaltStack master and other nodes as the minions (slaves). There are also two different roles: one master role to perform cluster actions and a slave role to run the Docker containers.

The following packages will be ...

Get Mastering Mesos now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.