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

Only send new intents each time #67

Closed orishoshan closed 1 year ago

orishoshan commented 1 year ago

Previously, the network mapper would send to cloud the intents every time a new or existing intent was seen. Now, it will only send the updated intents.

Also removed the persistency feature, at least temporarily, to simplify this change. The primary motivation behind the persistency feature was to simplify sending intents to the cloud.