I'm in the process of setting up a HTTPS load balancer in GCP but have faced some challenges.
I have two existing VMs I want to load balance traffic to, these are in two different GCP VCP networks.
When creating a load balancer through the GCP Console I'm asked to chose or create an instance group but when creating one I find no option in adding existing VMs.
What I want to accomplish is to create a load balancer available through internet that balances traffic to my two existing VMs that are in two different networks in different zones. How can I do this?