How do I run DC/OS on Linode Compute Instances?

From https://dcos.io/:

What is DC/OS?

DC/OS (the Distributed Cloud Operating System) is an open-source, distributed operating system based on the Apache Mesos distributed systems kernel. DC/OS manages multiple machines in the cloud or on-premises from a single interface; deploys containers, distributed services, and legacy applications into those machines; and provides networking, service discovery and resource management to keep the services running and communicating with each other.

Is it possible to run this on Linode infrastructure?

1 Reply

The Terraform DC/OS Universal installer module simplifies installing DC/OS in any environment. https://github.com/dcos-terraform/terraform-template-dcos-core

An example Terraform project that launches DC/OS on Linode is:

https://github.com/linode/terraform-linode-dcos

This is an unsupported work-in-progress, but it should assist anyone interested in running DC/OS in this environment.

The module can also be used directly via Terraform:

https://registry.terraform.io/modules/linode/dcos/linode

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct