hardkubectl
List pods sorted by their start time to identify the most recently started pods
command
kubectl get pods --sort-by=.status.startTimecommand
kubectl get pods --sort-by=.status.startTimePart of the Kubernetes CLI (kubectl) — Pods category.
| Flag | Purpose |
|---|---|
--sort-by | Set to: .status.startTime |
Test your recall — not just your reading.
Practice with interactive quiz →