Skip to content

nniikkoollaaii/k8s-find-outdated-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme

Query your Kubernetes cluster for images and check if they're outdated. Remember your developers to rebuild and redeploy their applications (based on your periodically updated base images) if the build timestamps of the currently deployed container images are older than a specified amount of time.

Usage

./k8s-find-outdated-images -v find --context kind-kind --age 0h --filter type=workload --email email -o result.json

Development

go build
go test
go run . -v find --context kind-kind --age 3d --filter type=workload --email email

About

Check age of container images deployed in your K8s cluster

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages