everettraven / buoy

A declarative Kubernetes dashboard in your terminal
https://everettraven.github.io/buoy/
Apache License 2.0
55 stars 1 forks source link

Add support for running kubectl plugins #54

Open everettraven opened 5 months ago

everettraven commented 5 months ago

While buoy is a tui client for kubernetes, there are many helpful plugins that already exist for kubectl. buoy should support some form of running a kubectl plugin and presenting the output in a dashboard panel. Since buoy is a dynamic dashboard, when specifying a kubectl plugin to run a user should also specify how frequently that plugin should be re-run to refresh the output - buoy should not make any assumptions here.