Skip to content

gaker/kube-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kube-dump

Quick and dirty script to dump services, rcs and secrets from a given kubernetes namespace into files. This does replicate some of what is in kubectl, but this removes a few items from the output to make importing into a new cluster a bit easier.

Information is gathered from the ~/.kube/config file, so ensure your current-context is correctly set.

Usage:

python kube_dump.py --kubeconfig=~/.kube/config --namespace=dev --outpath=./output

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages