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

Question: How to access images in cache? #218

Closed LuisFelipeQuesada closed 1 year ago

LuisFelipeQuesada commented 1 year ago

We have our images in a Docker repo. When we want to use any of those images, we just pull them from the repo. So here is my question:

How do I pull the image from cache? Is there any additional configuration not mentioned in the README?

BTW, this is for a serverless function. The idea is to use kube-fledged cache, but so far I don't understand how to leverage it.

Thank you, Felipe