-
Notifications
You must be signed in to change notification settings - Fork 35
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
Display summary data per deployment #697
Conversation
@vishnusomank Can you share the output as well? Also, the summary data may vary per pod if someone exec'd into that particular pod, is that something we should consider? |
@Vyom-Yadav there is no change in the codebase we are only sending the data arranged by deployment name instead of pod name. So internally the storage and function calls are almost the same. You can refer this PR for output kubearmor/kubearmor-client#299 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please find comments inline
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please handle the go-lint warnings, rest LGTM
- Modified the observability to include Summary data per deployment - Added deployment name to struct PodInfo - Modified codebase to get details of replicasets and statefulset along with deployments - Modified codebase to include deployment name as part of PodInfo Signed-off-by: Vishnu Soman <vishnu@accuknox.com>
Fixes: #696
Related PR's