0

我正在尝试在 Azure 上实现类似于 AWS 上的 ALB 的功能。您可以在其中将证书分配给 ALB,并且可以使用 https。SSL 在负载均衡器处被终止,然后请求作为正常的 http 请求转发到服务。

我在 azure 上运行 DCOS(我根据他们网站上的文档创建了它)并且我正在尝试设置 https。我已经阅读了许多可以使用应用程序网关实现此目的的文档,但不知何故我无法使其工作。我已经选择:

  • Virtual machine作为后端池并将VIRTUAL MACHINE设置为dcos-masterNETWORK INTERFACE设置为dcos-master-nic,这没有帮助。

后来我尝试过:

  • VMSS设置和设置VIRTUAL MACHINENETWORK INTERFACE,这也没有帮助。dcos-agent-publicagentNodeNic

作为最后的手段,我选择了:

  • IP Address or FQDN设置,我已将NAME设置为公共 IP,dcos-agent-lb但这也无济于事。

master我也检查了所有入站端口agent

有人有设置这个的经验吗?

4

1 回答 1

0

I have not tried to set up an exact scenario - but you should ensure that the health probes sent by Application Gateway return a 200 OK from the dcos-master VM, before traffic can be routed to it. You should look at backend health results page in portal, under Monitroing section, to see the current state of backend servers (healthy, unhealthy etc) and the reason if the backend is shown as unhealthy.

于 2018-09-10T20:36:34.210 回答