Skip to content

jessequinn/k8s-resource-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introductionto k8s-resource-finder

k8s-resource-finder is a simple GO app to look for unused resources, namely, secrets, configmaps, service accounts and persistentvolumeclaims.

Usage

Make sure you have select the correct Kubernetes context:

go build -o k8s-resource-finder && ./k8s-resource-finder --namespaces monitoring --namespaces default

k8s-resource-finder will not change or delete any resource. It is just viewing which pods use what resources.

About

A simple GO app to find unused resources on Kubernetes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages