Section: Deployments

Show rollout history

bash
bash
kubectl rollout history deployment/web -n payments
Explanation

List deployment revisions.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Deployments
Update deployment image
Roll out a new container image.
OpenIn sheetbashsame section
Watch rollout status
Block until the rollout finishes or fails.
OpenIn sheetbashsame section
Undo deployment rollout
Roll back to the previous revision.
OpenIn sheetbashsame section
Undo to specific revision
Roll back to a chosen revision.
OpenIn sheetbashsame section
Restart deployment
Trigger a restart without changing the image.
OpenIn sheetbashsame section
List deployments
Show deployments across namespaces.
OpenIn sheetbashsame section