-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat(scanner): Implement K8s scanner #184
Conversation
dorneanu
commented
Aug 27, 2024
- The scanner will use the Kubernetes API to fetch information about:
- pods
- containers
- services (extracted from pods labels)
- Several entities will be created:
- Service
- ComponentInstance
@dorneanu please sign your commits! |
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.
This looks good!
I first doubted that grouping by generator name in the scanner is a good idea rather than doing it in the processor. But it's probably a good idea, as in future implementations, this will make it way more straightforward on the processor side.
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