Scale & Restart¶

Scale a Component¶
Scale down:
Pause (Scale to Zero)¶
Pause all deployments in an app (scale replicas to 0):
Useful for saving cluster resources during off-hours.
Rolling Restart¶
Trigger a rolling restart without changing the spec:
Restart a specific component:
Tip
Use restart after updating ConfigMaps or Secrets that your app reads at startup.