Kubernetes 为什么不是';是否正在按预期运行传递示例?

Kubernetes 为什么不是';是否正在按预期运行传递示例?,kubernetes,istio,Kubernetes,Istio,我尝试了来自的passthrough示例,但它似乎不起作用。 我得到了404,日志如下:- 2020-01-29T17:21:12.551246Z info accesslog.instance.istio-system {"apiClaims": "", "apiKey": "", "clientTraceId": "", "connection_security_policy": "unknown", "destinationApp": "", "destinationIp": "0.

我尝试了来自的passthrough示例,但它似乎不起作用。 我得到了404,日志如下:-

2020-01-29T17:21:12.551246Z info    accesslog.instance.istio-system {"apiClaims": "", "apiKey": "", "clientTraceId": "", "connection_security_policy": "unknown", "destinationApp": "", "destinationIp": "0.0.0.0", "destinationName": "unknown", "destinationNamespace": "default", "destinationOwner": "unknown", "destinationPrincipal": "", "destinationServiceHost": "nginx.foo.bar.us", "destinationWorkload": "unknown", "grpcMessage": "", "grpcStatus": "", "httpAuthority": "nginx.foo.bar.us", "latency": "146.827µs", "method": "GET", "permissiveResponseCode": "none", "permissiveResponsePolicyID": "none", "protocol": "http", "receivedBytes": 243, "referer": "", "reporter": "source", "requestId": "dd1b7b2b-10b1-9c36-ae64-cce9825773d2", "requestSize": 0, "requestedServerName": "", "responseCode": 404, "responseFlags": "NR", "responseSize": 0, "responseTimestamp": "2020-01-29T17:21:12.551334Z", "sentBytes": 60, "sourceApp": "istio-ingressgateway", "sourceIp": "100.108.31.87", "sourceName": "istio-ingressgateway-5b794cc7c9-82z4h", "sourceNamespace": "istio-system", "sourceOwner": "kubernetes://apis/apps/v1/namespaces/istio-system/deployments/istio-ingressgateway", "sourcePrincipal": "", "sourceWorkload": "istio-ingressgateway", "url": "/", "userAgent": "curl/7.64.1", "xForwardedFor": "192.
168.0.1,172.31.0.156"}
我在Kubernetes 1.15.8上部署了Istio,版本如下:-

❯ istioctl version
client version: 1.4.0
control plane version: 1.4.0
data plane version: 1.4.0 (5 proxies)
我错过什么了吗? 谢谢你的帮助

干杯


-Ajit

您好,您运行群集的基础架构是什么?您完成了示例中所示的所有操作?使用Kops版本1.15.1在AWS上创建了Kubernetes群集,版本为1.15.9。并使用演示配置文件安装了Istio。是,按原样遵循指南,但没有运气:-(您可以粘贴用于测试连接的命令吗?并验证您的服务是否使用
HTTPS
协议提供内容。您的响应中有
“协议”:“http”