Is the Traffic between sidecar and main process encrypted in istio?

痞子三分冷 提交于 2021-01-28 09:41:02

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!