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 filter intents by server #126

Closed NetanelBollag closed 1 year ago

NetanelBollag commented 1 year ago

When filter intents by server we should get both server name and namespace, to make sure we get client intents from all namespaces who call this server. The namespace filter meant to filter for intents in an specific namespaces, it's not related and should be mutually exclusive with server name filter.

Testing

Checklist