Product Docs
Open Source
Education
Minimal image that acts as a drop-in replacement for the registry.k8s.io/defaultbackend image. Used in some ingresses like https://github.com/kubernetes/ingress-gce and https://github.com/kubernetes/ingress-nginx
registry.k8s.io/defaultbackend
The image runs as non-root.
non-root
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/kubernetes-ingress-defaultbackend:latest
You can run it with the standard deployment using nginx-ingress with something like:
helm install <RELEASE_NAME> ingress-nginx/ingress-nginx \ --set defaultBackend.image.registry=cgr.dev/chainguard \ --set defaultBackend.image.image=kubernetes-ingress-defaultbackend \ --set defaultBackend.image.tag=latest