OpenShift
OpenShift copied to clipboard
Request to allow ingress traffic to be directed to our alternative public IP instead of the ARO default ingress router public IP
Scenario:
I want to redirect Internet ingress traffic from the default Openshift router (associated with public IP #1) to our NGINX Ingress Controller (associated with public IP #2).
Currently the internet traffic comes to the Openshift router which is the default behavior on Openshift. Now, we want to filter all the traffic which comes from the internet via our NGINX Ingress Controller instead of the Openshift router. (The Loadbalancer IP (service) from the NGINX Ingress Controller is available, already installed, ready to use and has public IP #2 assigned.)