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.26k stars 119 forks source link

Optimize the image download to node cache. #211

Open sohirani opened 1 year ago

sohirani commented 1 year ago

Could the caching logic be updated to copy images from local nodes to prevent redownloading the image for every nodes image cache to optimize the bandwidth usage and readiness time?

danielloader commented 12 months ago

You might be able to combine kube-fledged with https://github.com/XenitAB/spegel to get this behaviour.