默认情况下,istio 代理是否处理 incoming/outgoing 个请求中的 headers 个请求?

Does istio proxy manipulate headers of incoming/outgoing requests by default?

使用默认配置,istio-proxy(sidecar) 是否操纵来自应用程序容器的 incoming/outgoing 请求?

David Maze 发表的评论很好,这可能是答案的一部分:

There are a couple of cases like distributed tracing and mutual TLS that add headers;

这是您可以使用 istio 操作 headers 的两种方法。此外,在官方文档中您可以找到 simple tutorial with yaml files, where you will learn how to manage headers. It is also displayed how you can create request header operation。但是,请注意本教程基于 Istio 的过时版本,您应该为您的解决方案使用最新支持的版本。