Google cloud load balancer port 80, to VM instances serving port 9000
I'm new in GCE, and I am confused about setting up the load balancer. If I have two instances, serving on Port 9000, I want to setup a balancer that accepts on port 80, then route requests to my instances in port 9000.. a diagram like this.. LB:port:80 -> VM:port:9000 I have other load balancers from other providers which has a settings like pointing to VM's port. but in GCE, I cant seem to find it, or I am missing something.. I hope I am making a sense, here. thank you in advance It isn't possible in GCE to do a port rewriting. As a workaround I use port forwarding using iptables Then in GCE,