Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.18 KB

dcos-install.md

File metadata and controls

30 lines (24 loc) · 1.18 KB

Deploying on DC/OS

Prerequisities: DC/OS cli needs to be installed. To install the cli, follow the instructions here: https://docs.d2iq.com/mesosphere/dcos/1.13/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

Add to Marathon using:

dcos marathon group add PravegaGroup.json