我们的 k8s 集群最前端用的是阿里云七层负载均衡,SLB 转发请求到 nginx ingress ,再由 nginx 转发到对应的 service 。配置阿里云负载均衡监听时需要添加健康检查地址,请问如何实现对 nginx ingress 进行健康检查?
相关问题
- How can I prevent my Shiny App from disconnecting
- Can't configure nginx as a proxy for tomcat wi
- How to set Nginx URI to fix empty URI in redirect
- why does connect domain to “Shopify” ask for eithe
- Nginx with Daphne gives 502 Bad Gateway
在 Nginx Ingress Controller 的 ConfigMap 中添加下面的 http-snippets 配置解决了。
通过下面的命令可以查看生效的 nginx 配置:
对应的阿里云负载均衡健康检查配置: