CenturyLinkLabs / dray

An engine for managing the execution of container-based workflows.
http://Dray.it
Apache License 2.0
380 stars 39 forks source link

Any thoughts on Custom Executor Plugins? #13

Open shrugs opened 7 years ago

shrugs commented 7 years ago

For example, I'd like to be able to write/use a kubernetes-backed executor, so that instead of running containers on the local docker socket, I could interface with the kubernetes api to run containers on the cluster.

Would like to know the maintainer's thoughts on this.

bobzoller commented 7 years ago

I'm a little more interested in ECS, but the basic question is the same. I was excited to find dray tonight after I pondered what an ETL would look like if I built it ... docker + unix pipes, of course!