-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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(kubernetes): add Kubernetes provider #3226
Conversation
|
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.
WOW 👏 👏
Big milestone for Prowler, thanks for this great work @sergargar 🚀
I left some comments with questions and syntax/logic improvements, ping me if you need more context or clarification, thanks again!!
...roviders/kubernetes/services/scheduler/scheduler_profiling/scheduler_profiling.metadata.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Pepe Fagoaga <[email protected]>
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.
Nice job @sergargar !!! You are an animal 👏🏼🚀
...s/kubernetes/services/apiserver/apiserver_anonymous_requests/apiserver_anonymous_requests.py
Outdated
Show resolved
Hide resolved
prowler/providers/kubernetes/services/scheduler/scheduler_profiling/scheduler_profiling.py
Outdated
Show resolved
Hide resolved
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.
One step closer!
Co-authored-by: Pepe Fagoaga <[email protected]>
Context
This PR represents a significant milestone in the Prowler's capability to interact with Kubernetes environments, addressing the needs of developers and operators working in cloud-native landscapes. It supports both in-cluster and out-of-cluster setups.
Description
Add Kubernetes Provider along with tests and the following two checks:
apiserver_anonymous_requests
scheduler_profiling
License
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.