简体   繁体   English

将 AKS 与应用程序网关连接,在访问应用程序时出现超时错误

[英]Connecting AKS with application gateway giving timeout error on accessing the applications

I am looking to configure application gateway service provided by azure, to avail dynamicIP and basic WAF protection.我正在寻找配置 azure 提供的应用程序网关服务,以利用动态 IP 和基本 WAF 保护。

I don't want to do TLS termination here, as that I can do at level of Ingress (nginx load-balancer rules )我不想在这里做 TLS 终止,因为我可以在 Ingress 级别做(nginx 负载平衡器规则)

I have a DNS zone carrying DNS mapped to CNAME of the FrontendIP of the Application gateway and the backend pool has been mapped to IP of kubernetes Load Balancer.我有一个带有 DNS 的 DNS 区域映射到应用程序网关的 FrontendIP 的 CNAME,并且后端池已映射到 ZB775BDECBD4BD349D09412D1FF6A6FBZ 的 IP 负载平衡

Upon hitting the URL, I am getting time-out error and no traffic is being intercepted by nginx controller too, seems like traffic is getting lost at level of Application gateway only在点击 URL 后,我收到超时错误,并且没有流量被 nginx controller 拦截,似乎流量也在应用程序网关级别丢失

Application Gateway is a reverse proxy.应用程序网关是一个反向代理。 So the SSL termination happens at the listener and you can configure end to end SSL by uploading.cer in the HTTPSettings.因此 SSL 终止发生在侦听器上,您可以通过 HTTPSettings 中的 uploading.cer 配置端到端 SSL。

You can use this guide to configure end to end SSL.您可以使用指南配置端到端 SSL。

Also note that without configuring HTTPS listener, all your request will be timed-out.另请注意,如果不配置 HTTPS 侦听器,您的所有请求都会超时。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 访问网关 IP 时出现 AKS BAD 网关 502 错误 - AKS BAD Gateway 502 Error when accessing Gateway IP AKS 与 AGIC 和应用程序网关 - AKS with AGIC and Application Gateway AKS 和应用程序网关网络设置 - AKS and Application Gateway network setup 将azurerm_application_gateway与带有地形的AKS集成 - integrate azurerm_application_gateway with AKS with terraform AKS POD 新 IP 的应用网关 - Application Gateway to pickup new IP of AKS POD Ingress 不适用于 AKS 的应用程序网关入口 controller (AGIC) 附加组件 - Ingress is not working for application gateway ingress controller (AGIC) add-on of AKS Azure CLI AKS 创建与应用程序网关:如何显示详细信息? - Azure CLI AKS creation with Application Gateway: how to show details? 未加载 AKS 自定义域的 Azure 应用程序网关 - Azure Application Gateway w/ AKS Custom Domain Not Loading Azure 应用程序网关与后端池中的 ACI 实例在从 postman 调用时给出“502 Bad Gateway”错误 - Azure Application Gateway with ACI instance in the backendpool giving '502 Bad Gateway' error when invoked from postman AKS 1.22.2 群集入口配置不适用于 Azure 应用程序网关 - AKS 1.22.2 cluster Ingress configuration not working with Azure Application gateway
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM