Kubernetes - Service Mesh
Given this PeerAuthentication config:
What happens if a service tries to connect without mTLS?
apiVersion: security.istio.io/v1beta1
kind: PeerAuthentication
metadata:
name: default
spec:
mtls:
mode: STRICTWhat happens if a service tries to connect without mTLS?
