Skip to main content

Home/ SpringerPE/ Group items tagged docker

Rss Feed Group items tagged

Hector Rivas

mesos/CHANGELOG at master · apache/mesos - 0 views

  • * Docker support in Mesos: * Users now can launch executors/tasks within Docker containers. * Mesos now supports running multiple containerizers simultaneously. The slave can dynamically choose a containerizer to launch containers based on the configuration of executors/tasks. * Container level network monitoring for mesos containerizer: * Network statistics for each active container can be retrieved through the /monitor/statistics.json endpoint on the slave. * Completely transparent to the tasks running on the slave. No need to change the service discovery mechanism for tasks.
  •  
    Mesos 0.20.0 comes with docker support by default
Hector Rivas

Vessel - 0 views

  •  
    Vessel is another tool for automating the setup and use of docker based development environments. It integrates Vagrant, CoreOS, Consul, docker and Atom into a slick opinionated package. The user interface looks particularly impressive from the screenshots.
Hector Rivas

Fig | Fast, isolated development environments using Docker - 0 views

  •  
    "Define your app's environment with Docker so it can be reproduced anywhere"
Hector Rivas

Architecture - Flynn - 0 views

  • at a certain scale an abstraction becomes necessary to let developers and operators focus on generic “computation jobs” instead of managing and configuring hosts and their processes.
  • Systems with a scheduler at their core use the scheduler to run everything. It is the interface to the resources of the cluster.
  • A scheduling system
  • ...1 more annotation...
  • consistent way to intelligently place tasks based on cluster resources and whatever other policies are required for that type of task
  •  
    Description of the architecture of the Docker based PaaS Flynn. Interesting mention to scheduler, etc.
Hilverd Reker

Panamax: Docker Management for Humans - 0 views

shared by Hilverd Reker on 08 Sep 14 - No Cached
  •  
    Panamax is a containerized app creator with an open-source app marketplace hosted in GitHub.
Hector Rivas

distributed computing - Persistent storage for Apache Mesos - Programmers Stack Exchange - 0 views

  • Short answer: Apache Mesos doesn't provide distributed FS. So, apps have to work with local FS on slaves or you may run any distributed FS alongside Mesos. Mesos is typically deployed together with HDFS, and most of the frameworks that run on top of Mesos can work with HDFS (Hadoop, Spark, Storm, etc.) And in case your app doesn't support any distributed fs, it has to work with local FS on each slave. I run ElasticSearch on top of Mesos: I specified local directories for ES data in the config file that each mesos slave take when I start framework. So if I restart ES framework, each ES slave will use the specified directories, and if there's some data, that data will be used. I run multiple instances of ES, and they replicate data between each other, so I don't need to worry about losing data. However, there may be a problem at some point: let's say, I have 4 mesos slaves, I run ES on 2 of them. Then I stop ES framework and start some other framework on 2 slaves, then I start ES framework again on 2 slaves, but mesos doesn't guaranty that 2 new slaves are the same 2 slaves that I was running ES on previously. So there'll be no previous copy of data. I run ES on majority of Mesos slaves and I never stop the framework, so I've never encountered this problem.
    • Hector Rivas
       
      Answer to how use Storage with messos
Hector Rivas

Thoughts on the Future of Resource Managers, Schedulers and Containers in the Cloud (So... - 0 views

  •  
    Recently Andrew Spyker blogged about his thoughts on the emergence of open-source schedulers and resource managers in parallel with the rise of Docker containers. I'd like to give a point of view to some of the issues that were raised.
Hector Rivas

Apache Mesos? PaaS? What the BOSH? | CloudCredo - 1 views

  •  
    Explaining how bosh and mesos can be a good idea
Hector Rivas

systemd - ArchWiki - 0 views

  •  
    Systemd documentation, it is getting more and more popular...
1 - 12 of 12
Showing 20 items per page