Enable mTLS (strict) istio

Enforce strict mutual TLS for all workloads in namespace

kubectl apply -f - <<EOF apiVersion: security.istio.io/v1beta1 kind: PeerAuthentication metadata: name: default namespace: default spec: mtls: mode: STRICT EOF
more istio all 19 commands →