user674669
user674669

Reputation: 12392

Can I run istio without enabling mtls?

Can we run istio without enabling mtls?

enter image description here

Thank you.

Upvotes: 0

Views: 84

Answers (1)

mjkool
mjkool

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

Related Questions