kubectl-tree
kubectl-tree copied to clipboard
kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
like this `kubectl tree completion bash`
In a production environment, users usually have limited privileges. In this case `kubectl tree ` fails with ``` Error: error while querying api objects: listing resources failed (): is forbidden...
My `kubectl tree sts node-bsc-03` command returns this: ``` NAMESPACE NAME READY REASON AGE aws-blockchain StatefulSet/node-bsc-03 - 5d2h aws-blockchain ├─ControllerRevision/node-bsc-03-67ccb4f6cb - 18h aws-blockchain ├─ControllerRevision/node-bsc-03-6b894df967 - 5d2h aws-blockchain ├─ControllerRevision/node-bsc-03-86f487dbb4 - 5d2h...
It would be helpful in cases where we can apply label filtering. fix #68
This tool may not be applicable to large clusters as it lists all resources within the cluster. We can address this by filtering resources based on labels. It would alleviate...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/ahmetb/kubectl-tree). ## Open These updates have all been...