Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pod level metrics for drop may miss localCtx labels #80

Open
vakalapa opened this issue Mar 20, 2024 · 1 comment
Open

Pod level metrics for drop may miss localCtx labels #80

vakalapa opened this issue Mar 20, 2024 · 1 comment
Labels
area/metrics area/plugins control-plane/legacy good first issue Good for newcomers help wanted Extra attention is needed lang/go The Go Programming Language priority/2 P2 scope/S Change is Small type/bug Something isn't working

Comments

@vakalapa
Copy link
Contributor

Describe the bug
Consider the following scenario:

Server is running in a pod on node-1
We annotate the server to observe dropped packets
Apply a network policy for ingress
When a pod on other nodes try to connect to server, the IPTABLE rule on that node will drop the packet. However, for local context, our filter_map won't have the IP of the server, hence we will not generate any event. Thus, we will see drop_count increase at the node level, but no pod level labels for the drops
True for external connections as well
This is due to how Azure NPM works today. May need to add disclaimer to account for this behavior.

cc @anubhabMajumdar

Copy link

This issue is stale because it has been open for 7 days with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the meta/waiting-for-author Blocked and waiting on the author label Mar 28, 2024
@vakalapa vakalapa removed the meta/waiting-for-author Blocked and waiting on the author label Mar 28, 2024
@rbtr rbtr moved this to Accepted in Retina Triage Board Apr 2, 2024
@rbtr rbtr added this to the 1.0 milestone Apr 12, 2024
@anubhabMajumdar anubhabMajumdar added good first issue Good for newcomers help wanted Extra attention is needed lang/go The Go Programming Language priority/2 P2 scope/S Change is Small control-plane/legacy labels Nov 21, 2024
@anubhabMajumdar anubhabMajumdar removed this from the 1.0 milestone Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/metrics area/plugins control-plane/legacy good first issue Good for newcomers help wanted Extra attention is needed lang/go The Go Programming Language priority/2 P2 scope/S Change is Small type/bug Something isn't working
Projects
Status: In Progress
Development

No branches or pull requests

3 participants