Default backend for Nginx Ingress Controllers in Kubernetes
1.4K
Enrise styled default backend container for Nginx ingress controllers in Kubernetes clusters.

This container is built to follow the Nginx default backend specs which means:
Using this default backend can be done by setting the following values for the Nginx ingress controller Helm chart:
defaultBackend:
image:
repository: enrise/default-backend
tag: latest
runAsUser: 0
port: 80
Feel free to modify anything inside the html directory as you see fit. Afterwards, run these commands to test it out:
$ docker build -t enrise/default-backend:dev .
$ docker run --rm -ti -p 8000:80 enrise/default-backend:dev
or to debug / see what's in the container:
$ docker run --rm -ti -p 8000:80 enrise/default-backend:dev sh
Content type
Image
Digest
sha256:85c664aab…
Size
5.7 MB
Last updated
over 2 years ago
docker pull enrise/default-backend