- This extension is buid on top of
vscode-kubernetes-toolsaddTree Viewcommand to all kubernetes resource. Tree Viewcommand gives a hierarchical view of kubernetes resources based onOwnerReferences- Make sure you have latest kubectl which support
kubectl plugincommand- For windows -> 1.18
- For linux -> 1.14
This extension is published to vscode marketplace as vscode-k8s-tree
Search for vscode-k8s-tree in the VSCode Extensions
- The tree view automatically gets updated every 5 seconds for the next 10 minutes.
- You can also use the
Refreshlink on the page or use shortcutshift+ctrl+rto force refresh.
- VSCode Kubernetes Tools v1.1.0 or higher and it's dependencies, installed and configured.
npm install
npm run vscode:prepublish
vsce package Generate vsix file
vsce publish patch Publish the package with patch version upgrade
Raushan Kumar @raushank2016.
Special acknowledgement: This tool internally uses kubectl-tree

