Kube-Hunter
- Kube-Hunter is an open-source tool that performs security assessments of Kubernetes clusters to identify vulnerabilities and misconfigurations.
- It helps penetration testers and security professionals identify risks in Kubernetes environments, including API access issues and cluster weaknesses.
- Run a security scan on a Kubernetes cluster:
kube-hunter --host <cluster_ip> - Perform a deeper scan of the cluster components:
kube-hunter --targets <target_ip> --scan-nodes
