kubernetes v1.32

DeploymentStrategy

DeploymentStrategy describes how to replace existing pods with new ones.

2 fields
DeploymentStrategy fields and descriptions
Field / TypeDescription
RollingUpdateDeployment

Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.

type
string

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.