Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的一个 VM 端口中运行了服务8088,我希望所有流量都通过我的HTTP LOAD BALANCER
8088
HTTP LOAD BALANCER
Load-Balancer-IP:8088 -> Redirect to my VM port 8088 Load-Balancer-IP-> Redirect to my VM port 8088
如何在 gcp 负载平衡器设置中配置它目前我的配置如下所示
要将自定义端口转发到您的后端,您只需要在单个区域中使用tcp 负载均衡器。
请记住,这不是代理,而是端口转发和 SSL 证书不在负载均衡器上管理。如果你想使用一个,你必须在你的虚拟机上托管和管理它。