Skip to content

Working with Deployments

Deployments manage ReplicaSets and rolling updates for stateless applications.

Common actions

ActionSteps
DescribeRight-click Deployment → Describe
ScaleContext menu scale action or edit replicas in form/YAML
Restart rolloutContext menu restart where supported
Edit YAMLDescribe webview → YAML tab
DeleteContext menu → Delete (confirmation required)

Tips

  • Check related ReplicaSets and Pods by expanding the deployment in the tree or from describe sections.
  • Use YAML apply for image tag changes when form fields do not expose the path you need.

Context menu help

Right-click a Deployment and choose Help (when shown) to return to this page from VS Code.

MIT License