Images
List all container images running across the cluster.
Installation
kubectl krew install images
Usage
kubectl images -h
List all images in the current namespace
kubectl images
List all images cluster-wide
kubectl images -A
List images for a specific deployment
kubectl images -n NAMESPACE -l app=APP_NAME