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

Embed Istio mapping capability in network mapper #193

Closed orishoshan closed 7 months ago

orishoshan commented 7 months ago

The standalone istio-watcher component does nothing if Istio is not deployed in the cluster, but the Istio watcher is always deployed regardless, since we don't know if Istio is deployed at setup time. With this PR, the Istio watcher becomes part of the network mapper, and will simply be inactive in that case.