How to configure a default backend?
Answer
Create Service resource that specifies the name of the default backend as reflected in kubectl describe ingress ... and the port under the ports section.
Create Service resource that specifies the name of the default backend as reflected in kubectl describe ingress ... and the port under the ports section.