← Pods504 / 640
hardkubectl

List pods sorted by their start time to identify the most recently started pods

command

kubectl get pods --sort-by=.status.startTime

Command breakdown

Part of the Kubernetes CLI (kubectl) — Pods category.

kubectlgetpods--sort-by=.status.startTime
FlagPurpose
--sort-bySet to: .status.startTime

Test your recall — not just your reading.

Practice with interactive quiz →