Outdated
Find pods running outdated container image versions.
Installation
kubectl krew install outdated
Usage
kubectl outdated -h
Check for outdated images in the current namespace
kubectl outdated
Check a specific namespace
kubectl outdated -n NAMESPACE
Exclude namespaces from the check
kubectl outdated --ignore-ns kube-system --ignore-ns monitoring