Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Thanks for the tutorial, will try as soon as possible. Looking forward to the Docker bit. Could you also include HAProxy load-balancing in combination with Mesosphere in a future tutorial? Also, how can we build in auto-scaling? Some info about all this is available, just not applied to the Digital Ocean situation.
excellent tutorial!
quick question… currently… anyone who knows one of my master IPs and knows that im running marathon can load my cluster? What about securing this in the future?
These seems like really exciting tech and I’m looking forward to using this in production!
any light on using HA-Proxy would also be super helpful!
https://mesosphere.github.io/marathon/docs/service-discovery-load-balancing.html
Brilliant guide, thank you. Much better than the mesos “getting started” on the apache site.
Only failure I had following this was that one slave didn’t want to start. I was just testing things out on 3 machines, using 2 as mesos masters, and all three as slaves (so fairly overlapped). But the currently elected master wouldn’t also run a slave. running $ sudo start mesos-slave would give me a process ID, but the slave wouldn’t show up in the web interface. dmesg gave me a big series of error and respawns ending with: [103624.335935] init: mesos-slave main process ended, respawning [103624.386736] init: mesos-slave main process (3266) terminated with status 1 [103624.386752] init: mesos-slave respawning too fast, stopped
(Ubuntu 14.04 64bit on all three machines with oracle java8)
Thanks for great tutorial. But I just curious why do you didn’t make shared Ansible playbooks in addition to those mesos, coreos tutorials, which could allow quickly try out this tools on real DO droplets?
Also I guess it will be useful for many persons if you will go further and make tutorial like this for Openshift, Cloud Foundry and Deis.
This worked so well!!! Thanks a lot! I reproduced this tutorial on RHEL 6.5 in a private environment and it worked!
Just one point that:
Thanks a lot!!!
Am i the only one aving troubles with the locations of the mesosphere debian packaes? Doesn’t seem to be working.
Should I have to use the Private IP or Public IP in the place of 192.0.2.x ?
Thanks for the tutorial.
I’m using an Ubuntu 14.10 utopic however I’m getting the following error on apt-get install mesosphere step:
$ sudo apt-get install mesosphere
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
mesosphere : Depends: mesos (>= 0.20) but it is not installable
E: Unable to correct problems, you have held broken packages.