Open gsvijayraajaa opened 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.
Sure. Looking forward to the update.
Regards, Vijay Raajaa G S
HI,
Any thoughts about container deployment in docker cloud and DCOS ( mesosphere ) environment?
Regards, Vijay Raajaa GS