senthilrch / kube-fledged

A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly
Apache License 2.0
1.24k stars 118 forks source link

DinD support #157

Open mrgleeco opened 2 years ago

mrgleeco commented 2 years ago

Is it possible to use kube-fledged in a dind scenario?

Example use case, N > 1 ephemeral CI runner pods on a node all using DinD to run isolated builds, all need a large image like golang:1.17.8.

I'm wondering if it presents the same issues as trying to work with std node; ie. host volume to get the socket being unacceptable.