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.
Where to start
Section titled “Where to start”- Image routing explains how Pods are rewritten to use alternative images.
- CRD reference lists every Custom Resource and field.
- Operator configuration covers the YAML config file.
- Use cases walk through common deployment scenarios.