我在 EKS 1.18 上使用 istio 1.8.6,但由于特定原因,我想未能通过 istio-ingressgateway 的运行状况检查。 据说有一个管理界面如下所示,我可以在 https://www.envoyproxy.io/docs/envoy/latest/operations/admin.html#post--healthcheck-fail 处用于这种情况。
POST /healthcheck/fail
然而,我刚刚得到 OK
,但如果我点击 istio-ingressgateway pod 中的 url,则什么也没有发生。
看起来应该按照 https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/health_check_filter#config-http-filters-health-check 中的指定设置 http 健康检查过滤器。
有谁知道这个过滤器是怎么设置的? 谢谢