TritonDataCenter / triton

Triton DataCenter: a cloud management platform with first class support for containers.
https://www.tritondatacenter.com/
Mozilla Public License 2.0
1.31k stars 181 forks source link

How to plug Triton Elastic Docker as a K8S container runtime? #329

Open a-prokopyev-resume opened 9 months ago

a-prokopyev-resume commented 9 months ago

Can you please add a Triton feature to plug your Elastic Docker directly to an external K8S?

Like Triton support of CRI API additionally to already existing dockerd API ?

May be via a containerd like it is done for Kata, gVisor, etc.?

https://github.com/containerd/cri

https://www.ianlewis.org/en/container-runtimes-part-4-kubernetes-container-run

Or, may be, it would be easier to do at least an adapter in a reverse direction like:

cri-containerd (already exists) -> your new adapter (containerd->dockerd) -> dockerd API (you already have it in Triton)

? :)