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
How to download and setup kube-fledged
Open terminal and run command
git clone https://github.com/senthilrch/kube-fledged.git
git clone is used to create a copy or clone of kube-fledged repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with kube-fledged https://github.com/senthilrch/kube-fledged/archive/master.zip
Or simply clone kube-fledged with SSH
[email protected]:senthilrch/kube-fledged.git