Trigger a restart without changing the image.

Section: Deployments

Restart deployment

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

Trigger a restart without changing the image.

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
Show rollout history
List deployment revisions.
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
List deployments
Show deployments across namespaces.
OpenIn sheetbashsame section