Hi everyone, We are currently working on configuring a setup where we can access an internal Load Balancer (LB) using a public IP within a VPC. Our application, OpenShift, necessitates that the Virtual IP (VIP) for the API and the VIP for ingress be within the same network as the Virtual Machines (VMs). This requirement prevents us from utilizing an external Load Balancer. So far, our solution involves creating two network tiers:
1. One tier houses the OpenShift VMs and the internal LBs. 2. The other tier has a VM running software like Nginx, utilizing a public IP with static NAT. We are seeking a more streamlined and efficient solution, if available. Does anyone have any ideas or recommendations? Thank you for your assistance! Best regards, Patrik