spdfg / elektron

Elektron is a lightweight, power-aware, pluggable Mesos framework that behaves as a playground to experiment with different scheduling policies to schedule ad-hoc jobs in docker containers.
GNU General Public License v3.0
4 stars 3 forks source link

local test setup #13

Open pradykaushik opened 4 years ago

pradykaushik commented 4 years ago

We need a way to test elektron without having to setup the mesos cluster. Docker compose seems a good approach as spinning up docker containers is much faster than spinning up a virtual machine. Couple of things to consider here.

Mesos agent container needs to have performance copilot installed. This can be done by layering on top of rdelvalle/mesos:1.5.1. Elektron needs to be containerized and requires pmdumptext to be installed.

pradykaushik commented 4 years ago

pull request #15 under review.