问题
I know that istio supports mTLS for inter-service communication done through istio proxy but I couldn't find any documentation on their official site explaining the state of traffic between istio proxy container & main container itself in a pod ? (assuming it's a kubernetes managed cluster)
Is the traffic encrypted between proxy and main containers ? If it's not by default, is there any config or plugin out there that can enable this behaviour ?
Appreciate any help on this.
回答1:
The traffic between the application and the sidecar proxy is not encrypted. It is mentioned, for example, here.
来源:https://stackoverflow.com/questions/55443582/is-the-traffic-between-sidecar-and-main-process-encrypted-in-istio