kube-image-keeper
kuik (pronounced "quick") keeps your container images available, routed and replicated across registries.
What is kuik?
Section titled “What is kuik?”kube-image-keeper (kuik) is a Kubernetes operator providing container image routing, mirroring (caching) and replication. It intercepts Pod creation via a mutating webhook and rewrites container images to the first available alternative from a prioritized list defined via CRDs.
Explore the docs
Section titled “Explore the docs”- A detailed explanation of all Kuik Custom Resources
- A reference for the operator configuration file (routing, monitoring, metrics)
- Kuik manages multiple alternatives of an image and selects the best-suited one. You might want to learn more about the Priority mechanism
- A migration path from Kuik v1 to Kuik v2
- A collection of documented use cases
- A development guide
- A troubleshooting guide for common operational issues