I am currently migrating a workload to a new cluster running Istio 1.7.1
The workload has certain endpoints that require mTLS to be disabled. This has been achieved using a DestinationRule in the past, but now when PeerAuthentication is available I am not sure which method I should use?
Why are you able to control mtls through both resources?
I spent my morning digging through the docs, but the difference between these resources is still somewhat unclear.