K8s oneliners 1

From UVOO Tech Wiki
Revision as of 00:08, 15 January 2025 by Busk (talk | contribs) (Created page with "kubectl get pods --all-namespaces -o jsonpath='{.items[*].spec.containers[*].image}' | tr -s 'space:' '\n' | sort | uniq")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

kubectl get pods --all-namespaces -o jsonpath='{.items[].spec.containers[].image}' | tr -s 'space:' '\n' | sort | uniq