Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@Monokaix Monokaix released this 24 Jan 10:55
· 0 commits to main since this release
5ace89a

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