I can sort my Kubernetes pods by name using:
kubectl get pods --sort-by=.metadata.name
How can I sort them (or other resoures) by age using
I have created KUBESORT exactly for these kinds of sorting purposes. Pls have a try,
https://github.com/AATHITH/kubesort