Hi, the --sort token has been a little bit broken since the update 1.7. In my experience, found that using metadata is the most reliable method of sorting pods by age.
You can use the following command to solve your problem
kubectl get pods --sort-by=.metadata.creationTimestamp
to learn more about Kubernetes architecture you can refer the tutorial below