Hi everyone. I have installed rke2 on my RHEL 8 instances (IP Range 10.200.0.10-10,200.0.17) in AWS. I am using 10.200.0.11 as the virtual api IP. I also have istio set up. There are containers running on these nodes running servcies, such as habor, keycloak, and vault. The istio gateway has given me a cluster ip and an external ip (10.200.0.101). Both are private IP's since my cluster is private and they are virtual IP's, meaning they are not associated with any instance or NIC. I am now trying to connect to the services running (keycloak, harbor, etc) over a web browser. To do this I created a windows instance that's in the same subnet, and can connect to the cluster on any port. On the windows instance I have edited the host file to point 10.200.0.101 to the domains let's assume them to be
keycloak.testsite.com,
harbor.testsite.com,
vault.testsite.com. However, I can't connect to any of those services using the browser on the windows insance. Any ideas of what the issue is?