Palto is a Kubernetes public faces services security checker.
Search Kubernetes known services ports and try to get information from that services.
For example:
etcd is a distributed key-value store. Like mongoDB default installation is open public access.
With Palto, you can search your etcd status. This application is a tool to generate the needed files (kubeconfig, token secret) to quickly check etc services.
Palto requires go 1.9+ to run.
git clone https://github.com/eaydogan/palto
$ cd palto
$ go build -o bin/palto
$ ./bin/palto --ip 123.456.78.9
MIT