Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SEARCH FOR STRING IN KUBERNETES CLUSTER

Scan all namespaces in a Kubernete's cluster, retrieving a running pod per namespace and also all user-defined secrets. The goal is to find common keys and / or values.

Linguagem Python 3

Usage

python3 -m pip install -r requirements.txt
python3 main.py --find "value_to_be_searched" --output [simple/detailed] --verbose

the simple output will show only one line even if the value was found it in different places in the same pod / secret the detailed output will show every ocurrence and also the whole line when the value was found it

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages