I was wondering if there is a way to change the behaviour of the nginx ingress controller so that instead of a 404 page it displays another web page or does a redirect? Sadly you can’t do
- host: “*”
To achieve the same thing since its not a valid subdomain definition.
Any help is much appreciated!
(Using the ingress controller from here: k8s.gcr.io/ingress-nginx/controller (Docker Image))