An open API service indexing awesome lists of open source software.

https://github.com/dyrnq/defaultbackend

defaultbackend-arm64 replace
https://github.com/dyrnq/defaultbackend

defaultbackend defaultbackend-arm64 ingress-nginx nginx-ingress

Last synced: 11 months ago
JSON representation

defaultbackend-arm64 replace

Awesome Lists containing this project

README

          

# defaultbackend

Use [docker.io/dyrnq/defaultbackend-arm64](https://hub.docker.com/r/dyrnq/defaultbackend-arm64) to replace registry.k8s.io/defaultbackend-arm64.

The default backend is a service which handles all URL paths and hosts the Ingress-NGINX controller doesn't understand (i.e., all the requests that are not mapped with an Ingress).

Basically a default backend exposes two URLs:

- `/healthz` that returns 200
- `/` that returns 404

-

- [Default backend](https://kubernetes.github.io/ingress-nginx/user-guide/default-backend/)