I am looking to map out various network connections between pods in a namespace to understand which pod is talking to which other pods. Is there a way to query and get this information?
Such information is not collected by K8s. Pod - pod traffic is controlled by other system which implements the network model Cluster Networking - Kubernetes so it depends what you use. I guess some of them can give you such information…