everettraven / buoy

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

Feature: Plugins #5

Closed everettraven closed 7 months ago

everettraven commented 1 year ago

Very abstract thought at the moment, but it probably makes sense to have some form of plugin architecture at some point that allows for accessing content that might be useful to include on the dashboard but isn't a kubernetes resource

everettraven commented 11 months ago

Marked as low priority as this isn't trivial to implement and there is more important base functionality to work on before this

everettraven commented 8 months ago

I think it would be neat to have a way to use kubectl plugins and view their output in a viewport tab. This would allow the use of existing kubectl plugins installed on a users machine.

This would be in addition to a buoy specific plugin architecture.