1. kube-hunter
Description:
Kube-hunter is a security auditing tool for Kubernetes clusters. It detects common misconfigurations, insecure configurations, and vulnerabilities in Kubernetes environments.
Examples:
- Run Kube-hunter in Passive Mode:
- kube-hunter
- Run Kube-hunter in Passive Mode:
Explanation: Runs kube-hunter to passively discover Kubernetes cluster vulnerabilities on the local network.
- Run in Remote Mode:
- kube-hunter –remote example.com
- Run in Remote Mode:
Explanation: Scans the Kubernetes cluster at example.com for common vulnerabilities.