A kubectl plugin to show out-of-date images running in a cluster.

Simply run the following commands from your workstation.

1kubectl krew install outdated
2kubectl outdated

The plugin will scan for all pods in all namespaces that you have at least read access to. It will then connect to the registry that hosts the image, and (if there's permission), it will analyze your tag to the list of current tags.

The output is a list of all images, with the most out-of-date images in red, slightly outdated in yellow, and up-to-date in green.

GitHubView on GitHubCommunity