Looking at : https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/, it appears that we could use https://github.com/kubernetes/cli-runtime to implement kubespy as a plugin, and get a lot of the heavy lifting done for us. Syntax could look something like: ``` kubectl spy po nginx --status kubectl spy svc nginx --trace ``` ^ I'm just spitballing here. @hausdorff WDYT?
Looking at : https://kubernetes.io/docs/tasks/extend-kubectl/kubectl-plugins/, it appears that we could use https://github.com/kubernetes/cli-runtime to implement kubespy as a plugin, and get a lot of the heavy lifting done for us.
Syntax could look something like:
^ I'm just spitballing here. @hausdorff WDYT?