Question related to get one of new pod name after kubectl rollout status | kubectl get pods --field-selector returns Terminating pods
In this question I've asked about how to filter out terminated pods from list of all pods of deployment - which is still valid - but I've realised that maybe I've asked wrong questions and it should be:
How to list pods of latest rollout of deployment using kubectl? (Or list pods of particular rollout given by rollout number? If there would be unified way to achieve both)