Reputation: 12392
Can we run istio without enabling mtls?
Thank you.
Upvotes: 0
Views: 84
Reputation: 230
Yes. You can have a Kubernetes cluster with Istio installed, without global mutual TLS enabled (e.g use install/kubernetes/istio.yaml as described in installation steps, or set global.mtls.enabled to false using Helm). https://istio.io/docs/tasks/security/authn-policy/#before-you-begin
Upvotes: 2