A kubectl plugin to explore ownership relationships between Kubernetes objects through ownersReferences on them.
Use krew plugin manager to install
kubectl krew install tree
kubectl tree --help
Example (Deployment):
Example (Knative Service):
Ahmet Alp Balkan @ahmetb.
Special acknowledgement: This tool is heavily inspired by @nimakaviani's knative-inspect as it's a generalized version of it.
Apache 2.0. See LICENSE.
This is not an official Google project.