Follow the steps given below to check the rollout history:
1. First, check the revisions of this Deployment:
kubectl rollout history deployment/ubuntu-deployment
2. To see the details of each revision, run:
kubectl rollout history deployment/ubuntu-deployment --revision=2