istio-operation-bible icon indicating copy to clipboard operation
istio-operation-bible copied to clipboard

Istio 运维实战 https://istio-operation-bible.aeraki.net

Results 7 istio-operation-bible issues
Sort by recently updated
recently updated
newest added

大佬,不好意思打扰下,我在学习过程中遇到了一点问题。 文章地址:https://www.aeraki.net/istio-operation-bible/content/debug-istio/debug-with-envoy-log.html 有这么一段话: ``` UPSTREAM_HOST: 上游主机的 host,表示从 envoy 发出的请求的目的端,通常是「ip:port」 通常来说,对于 outbound cluster,此值是「上游pod-ip : pod-port」 ,而对于 inbound cluster,此值是「127.0.0.1 : pod-port」 ``` 但是我做实验后看到upstream_local_address符合这个描述,而upstream_host不符合。 不知道是不是我实验做错了。 我的请求日志如下: review ```json { "downstream_remote_address": "172.28.34.38:59004", "upstream_cluster": "outbound|9080|v1|ratings.bookinfo.svc.cluster.local",...

主要原因是需要应用显示传递header