Ziad Saade:
Good Evening All
I have an on-prem k8s env (installed using kubeadm) and I have installed ingress nginx controller and created an ingress resource along with an app deployment with Cluster IP service.
I’m using the ip address of the node (where the nginx controller pod is available) + the node port of the nginx controller service but the redirection rule is not working.
Kindly advice how to troubleshoot this issue?
when checking the ingress nginx log it’s giving the below message :
I0405 14:01:52.729995 6 socket.go:248] “Skipping metric for host not being served” host=“192.168.19.210”
Best Regards