我面临的问题是我的istio-ingressgateway在网络层负载均衡器(L4负载均衡器或TCP负载均衡器)上工作正常,但是当我通过在后端服务上附加nodePort将istio-ingressgateway连接到Layer7负载均衡器时,http到https重定向无法正常工作,即使我请求使用https协议,它也始终会给出响应代码301。
kubectl -n istio-system get service istio-ingressgateway -o jsonpath='{.spec.ports[?(@.name=="http2")].port}'