You want to exclude a specific container in a pod from being injected with the Istio proxy. How is this achieved?
This tells the injector to ignore the pod.
Why this answer
You add the annotation 'sidecar.istio.io/inject: "false"' to the pod template or the specific container annotation if supported via sidecar lifecycle hooks.