Linux_Foundation
CKA · Question #32
List all the pods sorted by created timestamp
kubectl get pods --sort-by=.metadata.creationTimestamp
Submitted by lars.no· May 4, 2026Workloads and Scheduling
Question
List all the pods sorted by created timestamp
Exhibit
Explanation
kubectl get pods --sort-by=.metadata.creationTimestamp
Topics
#kubectl#pods#resource listing#sorting
Community Discussion
No community discussion yet for this question.
