otterize / network-mapper

Map Kubernetes traffic: in-cluster, to the Internet, and to AWS IAM and export as text, intents, or an image
Apache License 2.0
612 stars 23 forks source link

Fix bug where external ingress traffic detection would fail if more than one pod was found with the IP in cluster when determining if traffic is external #214

Closed orishoshan closed 5 months ago

orishoshan commented 5 months ago

Description

Fix bug where external ingress traffic detection would fail if more than one pod was found with the IP in cluster when determining if traffic is external.

This could happen in the case of multiple hostNetwork pods which share the node's IP address.