Mirantis / Mirantis/cri-dockerd

How to connect K8S to Triton Datacenter Elastic Docker?

Open
#237 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
1.4k
Forks
356
Avg merge
4d 4h
Merged PRs (30d)
3

Description

Hello,

Please let me know, what is the best method to connect remote Docker Engine to a K8S cluster?

For example, there is Triton Compose having Docker API to connect to it even from a general docker CLI.

Can K8S create, run and manage it containers in Triton private cloud?

May be via something like K8S -> CRI -> CRI-xxx like cri-dockerd -> Triton Docker API?

May be like described in another issue:
https://github.com/Mirantis/cri-dockerd/issues/106

I am using cri-dockerd as CRI for kubernetes. I have set --container-runtime=remote --container-runtime-endpoint=unix:///var/run/cri-dockerd.sock as flags for kubelet

But using IP network to the Triton cloud with a TCP port of its Docker API? Is it possible? Or may be there is a better method to connect them?

Thanks,
Alex

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Kubernetes remote runtime flags in the issue and the linked cri-dockerd issue 106, then inspect how cri-dockerd represents its runtime endpoint. Determine whether a TCP Triton Docker API is within scope; done should be a documented, tested integration path or a clear statement of unsupported behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker, kubernetes
Domain
devops, infrastructure
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.