Deploying on DC/OS¶
Prerequisities: DC/OS cli needs to be installed. To install the cli, follow the instructions here: https://docs.mesosphere.com/1.8/usage/cli/install/
Pravega can be run on DC/OS by leveraging Marathon.
PravegaGroup.json defines the docker hub image locations and necessary application configration to start a simple Pravega cluster.
Download PravegaGroup.json to your DC/OS cluster. For example:
wget https://github.com/pravega/pravega/blob/master/PravegaGroup.json
dcos marathon group add PravegaGroup.json