Skip to content

Releases: volcano-sh/dashboard

v0.1.0

24 Jan 10:55
5ace89a
Compare
Choose a tag to compare

What's new

Welcome to the first release of Volcano Dashboard! 🚀 🎉 📣

The Volcano dashboard is a new GUI used for Volcano resources visualization. After deploying Volcano, users can deploy the Volcano dashboard to visually display Volcano-related resources in the cluster through a graphical interface, facilitating queries and operations. Project address: https://github.com/volcano-sh/dashboard.

Currently supported views include:

  • Cluster Overview: including Job counts, statuses, completion rates, Queue counts, and Queue resource utilization.
  • Job lists and details: supporting fuzzy search, filtering by Namespace, Queue, Status, and sorting Jobs.
  • Queue lists and details: supporting fuzzy search, filtering by Status, and sorting Queues.
  • Pod lists and details: supporting fuzzy search, filtering by Namespace, Status, and sorting Pods.

Changes