The Network Connection outside Local Subnet event in a Kubernetes cluster indicates that a pod or container within the cluster has established a network connection to an IP address outside of the defined local subnet range.
This event could potentially indicate unauthorized network communication from within the cluster, which may be a security concern.
To investigate this event, you can use the kubectl command to check the network policies applied to the pod or namespace in question, and review the pod’s logs for any suspicious activity or unauthorized network connections.