Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Kubernetes ApplyNew to Visual Studio Code? Get it now.
Kubernetes Apply

Kubernetes Apply

bashu

|
2,564 installs
| (0) | Free
Apply/Diff/Delete Kubernetes resource files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kubernetes Apply

Features

A simple and slim extention to operate yaml files via kubectl.

  • right click and select the command to operate yaml or directory.
  • The prompt before Apply and Delete is implemented through echo.
Command comment keybindings
K8S: Apply sleep 5 && kubectl apply -f [DIR\|yaml]
K8S: Delete sleep 5 && kubectl delete -f [yaml]
K8S: Diff kubectl diff -f [DIR\|yaml] ctrl+shift+alt+d / ctrl+shift+cmd+d
K8S: Apply kustomize sleep 5 && kubectl apply -k [DIR]
K8S: Diff kustomize sleep 5 && kubectl diff -k [DIR]
K8S: Sync Container kubeApply Sync Online container config ctrl+shift+alt+s / ctrl+shift+cmd+s
K8S: Sync kubeApply Sync All Online config adapt YAML
DIR: cd cd to selected folder

Requirements

  • a configured kubectl
  • an active terminal in VSCode

Special Thanks List

  • shaimendel
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft