-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect K8S to Triton Datacenter Elastic Docker? #237
Comments
Probably have a look at https://github.com/TritonDataCenter/triton-kubernetes, seems that they already have a product ? |
Hello again, It seems My idea was just to connect to Benefits:
I think it would be very convenient. Is it possible to specify remote docker host in In such case:
Please read more details about https://apidocs.tritondatacenter.com/docker https://docs.tritondatacenter.com/public-cloud/api/docker and about https://docs.tritondatacenter.com/public-cloud/instances/docker/how https://docs.tritondatacenter.com/public-cloud/instances/docker/how/start-multiple-containers |
This is not something that is supported, but maybe https://virtual-kubelet.io/ could be something for you? https://github.com/virtual-kubelet/cri/blob/master/README.md - think it only supports containerd, but... |
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:
#106
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
The text was updated successfully, but these errors were encountered: