Skip to content

Instantly share code, notes, and snippets.

@nij4t
Created November 8, 2019 07:05
Show Gist options
  • Save nij4t/f19cd3077a463dc1db90a713a9b647c9 to your computer and use it in GitHub Desktop.
Save nij4t/f19cd3077a463dc1db90a713a9b647c9 to your computer and use it in GitHub Desktop.
kubectl get po -l app=sonarqube -ojson | jq '.items | sort_by(.metadata.creationTimestamp) | .[-1].metadata.name'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment