Skip to content

Kubernetes scanning from remote #5452

Answered by sergargar
mirisbowring asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mirisbowring,

Great questions! Here’s a quick breakdown:

Cluster Operator Scanning via Kubeconfig

This is a valid approach, especially for dedicated clusters. Operators can scan using Prowler and share results with users. For shared clusters, you can limit scans to specific namespaces with the --namespace flag to comply with security policies.

External Scanning with Exported Kubeconfigs

This works well for managing multiple clusters. You can centralize kubeconfigs on one machine and run scans using Prowler’s --kubeconfig-file and --context flags. Just ensure the scanning host is secure since it holds access to multiple clusters.

Kubernetes Operators on Master Node

While this automates…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mirisbowring
Comment options

@mirisbowring
Comment options

Answer selected by mirisbowring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants