[Kubernetes (K8S)] Helm install kube-fledged to create and manage caches of container images directly on the worker nodes within Kubernetes (K8S)
kube-fledged
kube-fledged is a kubernetes operator for creating and managing a cache of container images directly on the worker nodes of a kubernetes cluster. It allows a user to define a list of images and onto which worker nodes those images should be cached (i.e. pulled). As a result, application pods start almost instantly, since the images need not be pulled from the registry.
kube-fledged provides CRUD APIs to manage the lifecycle of the image cache, and supports several configurable parameters to customize the functioning as per one’s needs.
This article is about how to use Helm to install kube-fledged on Kubernetes (K8S).