Deployments
Deployments – A Deployment provides declarative updates for Pods and ReplicaSets. You describe a desired state in a Deployment, and the Deployment Controller changes the actual state to the desired state at a controlled rate.
List one or more deployments.
Display the detailed state of one or more deployments.
Edit and update the definition of one or more deployments on the server.
Create a new deployment.
Delete deployments.
See the rollout status of a deployment.
Rollback a previous deployment.
Perform a replace deployment — Force replace, delete and then re-create the resource.
Last updated