Skip to content

A small script for fetching all container images in your kubernetes cluster

Notifications You must be signed in to change notification settings

pawndev/k8simages-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

K8Simages

Summary

This is a little script that will report all images used in your kubernetes cluster.

Actually, it supports these Kind:

Install

You can get the binary on the release section

Or you can get it with:

go install github.com/pawndev/k8simages-list/cmd/k8simages-list

Usage

The binary can be configured with these environment variables:

name summary default
K8S_NAMESPACE the namespace where to fetch images '' => all namespaces
K8S_CONTEXT the context to use your active context

And then you can start it with:

K8S_NAMESPACE=default K8S_CONTEXT=preprod k8simages-list

About

A small script for fetching all container images in your kubernetes cluster

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages