Apaar Sharma:
hey everyone, is there a way to sort the “kubectl get” output in the reverse order natively ?
Tanumoy Ghosh:
kubectl get po | sort -r
Apaar Sharma:
hey everyone, is there a way to sort the “kubectl get” output in the reverse order natively ?
Tanumoy Ghosh:
kubectl get po | sort -r