Kubernetes tips & tricks: personalized error pages in NGINX Ingress
In this article, I want to discuss two features of NGINX Ingress related to displaying personalized error pages, as well as the existing limitations and ways to circumvent them. 1. Changing the default backend By default, NGINX Ingress uses a default backend that performs the corresponding function. This means that when an Ingress request is made specifying the host, […]
