feat: Introduce Kueue Headlamp plugin with a dashboard for cluster qu…#530
feat: Introduce Kueue Headlamp plugin with a dashboard for cluster qu…#530Latish705 wants to merge 1 commit intoheadlamp-k8s:mainfrom
Conversation
…eues and workloads. Signed-off-by: Latish705 <latishadwani705@gmail.com>
|
Excited to see this. I'm happy to help review from Kueue side once this is ready. |
|
Kueue does a UI named KueueViz. https://github.com/kubernetes-sigs/kueue/tree/main/cmd/kueueviz It would be cool if we could figure out to reuse some of this with headlamp architecture. |
|
Thank you for driving the effort! Excited to see people building the integrations. Do you already have some screens maybe showing the new plugin at action? |
|
In a MultiKueue setup, if this plugin is running on the management cluster, will the resources (like ClusterQueue, Workload status) provide sufficient visibility into the usage of connected worker clusters? Or should we consider fetching additional metrics(ex. OCM) to show the complete picture? |
|
Do you maybe have already some share-able screenshots to see how this is looking / working? |
|
Hii @Latish705 any update on this?? Let us know if you need help finishing this up |

Summary
This PR introduces a new plugin, @headlamp-k8s/kueue, to visualize and manage Kueue resources within Headlamp.
Changes
New Plugin: Added plugins/kueue directory.
Metadata: Configured
package.json
,
artifacthub-pkg.yml
, and
knip.json
for the new plugin.
Documentation: Added
README.md
with installation and usage instructions.
UI: Implemented basic sidebar registration for the Kueue dashboard.