Automatically Rewrite Container Image References in Kubernetes
Mutating Registry Webhook A Kubernetes mutating admission webhook that automatically rewrites container image references to use pull-through cache registries (like AWS ECR Pull Through Cache). Description This webhook intercepts Pod creation and update requests in your Kubernetes cluster and automatically rewrites container image references based on configurable rules. This is particularly useful when you want to: Use AWS ECR Pull Through Cache to reduce external registry dependencies Imple