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

[RFE] Inspektor Gadget: Improve the way IP addreses are showed in the output #523

Open
blanquicet opened this issue Mar 1, 2024 · 0 comments
Labels

Comments

@blanquicet
Copy link
Member

The way IP addresses are showed in the output of Inspektor Gadget can be improved to not simply show the raw IP, but use the Kubernetes resource when it is available:

Current situation:

Src                    Dst
10.244.1.15:8080       10.244.2.41:56466

Proposal:

Src                    Dst
p/default/pod-1:8080   p/default/pod-2:56466 

The logic to do it is available here.

So, this logic needs to be modified to take advantage of the whole data provided by Inspektor Gadget.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants