kube-hunter
kube-hunter copied to clipboard
Implement Port Forward Test Hunting
What would you like to be added
Adding an implementation for reporting an open /portforward
debug handler
kubelet.py:test_port_forward
Why is this needed
Currently there is no indication for the existence of this handler. The goal is adding a way of testing this is open, without actually making changes to the cluster. (Passive check) Of course there is room for an additional active hunter that uses this :)