everettraven / buoy

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

Make buoy a dynamic dashboard #1

Closed everettraven closed 10 months ago

everettraven commented 10 months ago

Currently, buoy is a static dashboard. Running buoy [file] will create a dashboard based on the information available at runtime, but it performs static requests against a cluster. Instead, it should issue a watch for every request it makes and update the content that's available when changes are made.