ahmetb / kubectl-tree

kubectl plugin to browse Kubernetes object hierarchies as a tree 🎄 (star the repo if you are using)
Apache License 2.0
2.91k stars 118 forks source link

would love to see ownership of files #25

Closed rossayoung closed 4 years ago

rossayoung commented 4 years ago

Would love to see chmod type level characteristics of files. Example tree command

tree -Cafp --prune /

ahmetb commented 4 years ago

How does this apply to Kubernetes?

rossayoung commented 4 years ago

if you are trying to ensure kubernetes security you would want to ensure certain files are owned and permissioned correctly. https://www.cisecurity.org/benchmark/kubernetes/

ahmetb commented 4 years ago

I don't get it sorry. Kubernetes doesn't have anything to do with files. Furthermore this is not a security tool.