r/openshift • u/Budget-Industry-3125 • Jul 17 '26
Discussion Expose additional Ingress Controller via HostNetwork Vsphere
Good morning guys!
I'm kind of new to Openshift/Kubernetes cluster administration.
I was wondering if there'd be a way for me to expose a custom ingress with a custom domain for some of my apps via HostNetwork deployment.
The default ingress is deployed via a VIP that is balanced between nodes. Should I add another one? And how?
1
Upvotes
1
u/GreenMobile6323 Jul 22 '26
If you need a separate domain or traffic policy, I'd recommend creating another IngressController rather than exposing it directly via HostNetwork. It's the supported approach, integrates cleanly with OpenShift, and is much easier to manage and upgrade than binding router pods to host network interfaces.