ucbrise / clipper

A low-latency prediction-serving system
http://clipper.ai
Apache License 2.0
1.41k stars 280 forks source link

Docker Cloud and DCOS Integration #267

Open gsvijayraajaa opened 7 years ago

gsvijayraajaa commented 7 years ago

HI,

Any thoughts about container deployment in docker cloud and DCOS ( mesosphere ) environment?

Regards, Vijay Raajaa GS

dcrankshaw commented 7 years ago

This is an interesting point. We're currently in the middle of a big refactor of the Clipper manager client library (tracked in #251). As part of the refactor, we factored out the container management functionality into a ContainerManager interface (https://github.com/ucbrise/clipper/pull/251/files#diff-76b8c1c1fd409044dbbbabcb22c95d19), with different implementations of that interface for different types of deployment. In #251 we have implementations for Kubernetes and a local Docker system, but the intent is to be extensible.

Once that refactor is complete, the way to add support for DCOS or docker cloud would be to implement the ContainerManager interface for that environment.

gsvijayraajaa commented 7 years ago

Sure. Looking forward to the update.

Regards, Vijay Raajaa G S