# List images per pods
kubectl get pods --all-namespaces -o jsonpath='{range .items[*]}{"\n"}{.metadata.name}{":\t"}{range .spec.containers[*]}{.image}{", "}{end}{end}' |\
sort
# Connect to node
kubectl debug node/{node-name} -it --image=mcr.microsoft.com/dotnet/runtime-deps:6.0