Kubernetes - Service Mesh
Given this PeerAuthentication YAML snippet:
What happens when a service in namespace
apiVersion: security.istio.io/v1beta1
kind: PeerAuthentication
metadata:
name: default
namespace: myapp
spec:
mtls:
mode: STRICT
What happens when a service in namespace
myapp receives plain HTTP traffic?