Kmeshctl support for structured bpftool dumped map content
Task description: Now the contents of the map dumped by bpftool are unit32 or hexadecimal. We need to convert to get the information we need So we want the kmeshctl tool to be able to present a structured view of what is in a Kmesh bpf map. So that it is easier to develop and locate problems.
{
"key": {
"": {
"netns_cookie": 855700490,
"addr": {
"": {
"ip4": 855700490,
"ip6": [855700490,0,0,0
]
}
}
}
},
"value": 0
Solution:
kmeshctl <kmesh-pod-name> get map to get the bpf map created by kmesh.
`kmeshctl
Who can join or take the task:
The good first issue is intended for first-time contributors to get started on his/her contributor journey.
After a contributor has successfully completed 1-2 good first issue's,
they should be ready to move on to help wanted items, saving the remaining good first issue for other new contributors.
How to join or take the task:
Just reply on the issue with the message /assign in a separate line.
Then, the issue will be assigned to you.
How to ask for help:
If you need help or have questions, please feel free to ask on this issue. The issue author or other members of the community will guide you through the contribution process.
/assign
/assign
@Shreesh-Gawande are u on it or can I take this issue
This issue has been finished. /close
@LiZhenCheng9527: Closing this issue.
In response to this:
This issue has been finished. /close
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.