Difference between revisions of "Ingress-nginx-controller-controller-defaultbackend"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
* https://kubernetes.github.io/ingress-nginx/user-guide/default-backend/
 
* https://kubernetes.github.io/ingress-nginx/user-guide/default-backend/
  
 +
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
  
 
== See also ==
 
== See also ==

Revision as of 17:44, 16 August 2023

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

See also

Advertising: