rimusz-lab / k8s-image-swapper

:wheel_of_dharma: Mirror images into your own registry and swap image references automatically.

Home Page:https://estahn.github.io/k8s-image-swapper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raiders of the Lost Ark

k8s-image-swapper

Mirror images into your own registry and swap image references automatically.


k8s-image-swapper is a mutating webhook for Kubernetes, downloading images into your own registry and pointing the images to that new location. It is an alternative to a docker pull-through proxy. The feature set was primarily designed with Amazon ECR in mind but may work with other registries.

Benefits

Using k8s-image-swapper will improve the overall availability, reliability, durability and resiliency of your Kubernetes cluster by keeping 3rd-party images mirrored into your own registry.

k8s-image-swapper will transparently consolidate all images into a single registry without the need to adjust manifests therefore reducing the impact of external registry failures, rate limiting, network issues, change or removal of images while reducing data traffic and therefore cost.

TL;DR:

  • Protect against:
  • Use in air-gaped environments without the need to change manifests
  • Reduce NAT ingress traffic/cost

Documentation

The documentation is available at https://estahn.github.io/k8s-image-swapper/.

Badges

Release Software License Build status Codecov branch Go Doc Conventional Commits Contributor Covenant

Stargazers over time

Stargazers over time

About

:wheel_of_dharma: Mirror images into your own registry and swap image references automatically.

https://estahn.github.io/k8s-image-swapper/

License:MIT License


Languages

Language:Go 87.8%Language:Shell 7.7%Language:Dockerfile 4.5%