kube-shodan

kube-shodan registers all public IPs of a Kubernetes cluster to monitor.shodan.io.


Keywords
audit, kubernetes, monitoring, security, shodan
License
GPL-2.0+
Install
pip install kube-shodan==0.0.2

Documentation

kube-shodan

Docker Repository on Quay

kube-shodan monitors the public IPs of a Kubernetes cluster and adds new ones to Shodan Monitor. IPs which are removed from the cluster are also removed from Shodan. This way all public IPs of the cluster will always be monitored by Shodan.

Installation

Helm

TBD

pip

pip install kube-shodan

Manual

git clone git@github.com:ekeih/kube-shodan.git
cd kube-shodan
pip install .