Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@anjmao
Copy link
Collaborator

@anjmao anjmao commented Oct 22, 2025

If destination pod was deleted right before the network metrics scraping we would miss such destination. This PR changes ip index to keep recently deleted records for some time. One limitation is that since we can still have collisions (new pod get's the same ip address) in such case we would not enrich destination context.

Another related improvement is that now we will have a single call to kvisor controller to get ips details by batch. It was observed that local cache is not efficient and we are making quite a lot of calls. This adds to egress usage.

@anjmao anjmao merged commit 330db05 into main Oct 24, 2025
2 checks passed
@anjmao anjmao deleted the ip-index-collisions branch October 24, 2025 06:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants