/area networking
Currently we configure the istio sidecar injector to use policy: disabled, which tells it to only inject the Istio proxy when the pod has a specific annotation. The alternative is to use policy: enabled, which injects the Istio proxy in all pods in enabled namespaces (the namespace must have injection enabled via a label).
Which configuration do we expect customers to use? We should probably use that one as the default. @ian-mi thinks customers are most likely to use policy: enabled. @mdemirhan WDYT?
/area networking
Currently we configure the istio sidecar injector to use
policy: disabled, which tells it to only inject the Istio proxy when the pod has a specific annotation. The alternative is to usepolicy: enabled, which injects the Istio proxy in all pods in enabled namespaces (the namespace must have injection enabled via a label).Which configuration do we expect customers to use? We should probably use that one as the default. @ian-mi thinks customers are most likely to use
policy: enabled. @mdemirhan WDYT?