Ramilito / kubectl.nvim

Apache License 2.0
165 stars 5 forks source link

feat: hierchial view #130

Open Ramilito opened 1 month ago

Ramilito commented 1 month ago

Describe the solution you'd like

I way to visualize the whole app hierarchically.

Describe alternatives you've considered

Either we do this in this plugin or use an external tool such as kubectl lineage

mosheavni commented 2 weeks ago

yes i love kube lineage. did you think of requiring it as a submodule or optional dependency not managed by this plugin?

Ramilito commented 2 weeks ago

Yeah the easiest would be optional but that we offer some kind of integration for ux, similar to the diff integration

mosheavni commented 2 weeks ago
image

6.218 seconds using kubectl-tree

13.111 seconds using kubectl-lineage

and that's only 1 resource.

I'd say write something of our own.