minio/docs/orchestration/dcos
2017-06-17 12:21:37 -07:00
..
README.md Update Minio on DC/OS doc for latest Minio package (#4549) 2017-06-17 12:21:37 -07:00

Deploy Minio on DC/OS Slack Go Report Card Docker Pulls codecov

To deploy Minio on DC/OS, you can use our official universe package.

1. Prerequisites

  • DC/OS 1.9 or later
  • Marathon-LB must be installed and running
  • Identify IP of the public agent where Marathon-LB or an available hostname configured to point to the public agent(s) where Marathon-LB is running.

2. Setting up Minio

You can install Minio Universe package using the DC/OS GUI or CLI.

Minio installation on DC/OS GUI

  • Visit the DC/OS admin page, and click on Universe on the left menu bar. Then click on the Packages tab and search for Minio, click on the Install button on the right hand side.

  • Click on the Install Package button for the single-click default installation. This installs Minio server instance with factory defaults. You can reach your Minio server at host:9000 where host is IP address or hostname of public-agent where Marathon-LB is installed. minio and minio123 are the default access key and secret keys respectively.

  • For more information on advanced installation of Minio on DC/OS GUI, look here.

Minio installation on DC/OS CLI

To install Minio package via CLI, type

$ dcos package install minio

3. Uninstalling Minio

To uninstall Minio package via CLI, type

$ dcos package uninstall minio

Explore Further