Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions blog/hami-webui-v1-1-0-release/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Managing GPU resources in Kubernetes has long been a "blind spot" for operators.

Today, the HAMi community is introducing **[HAMi WebUI](https://github.com/Project-HAMi/HAMi-WebUI)** — an open-source GPU monitoring dashboard that puts your entire GPU cluster into a single, visual interface.

HAMi WebUI v1.1.0 is now available as the first official major release, and we invite you to try it.
HAMi WebUI v1.1.0 is now available as the first official major release.

Together with the core HAMi scheduler, WebUI completes the full loop: **from GPU scheduling to visual observability**.

<!-- truncate -->

## The Challenge of GPU Monitoring in Kubernetes

[HAMi](https://github.com/Project-HAMi/HAMi), a [CNCF Sandbox project](https://www.cncf.io/projects/hami/), has long been focused on the scheduling and management layer of GPU resources in Kubernetes. The scheduler decides which GPU a workload gets — but once workloads are running, understanding what's happening at the resource level has been far from straightforward.
[HAMi](https://github.com/Project-HAMi/HAMi), a [CNCF Sandbox project](https://www.cncf.io/projects/hami/), has long been focused on the scheduling and management layer of GPU resources in Kubernetes. The scheduler decides which GPU a workload gets — but once workloads are running, understanding what's happening at the resource level has been difficult.

Consider a typical day-to-day scenario:

Expand Down Expand Up @@ -97,7 +97,7 @@ HAMi WebUI is designed for anyone who operates or interacts with GPU clusters ma

## Getting Started with HAMi WebUI

Deploying HAMi WebUI is straightforward using Helm. You need:
Deploying HAMi WebUI with Helm requires:

- **HAMi** >= 2.4.0
- **Prometheus** > 2.8.0
Expand Down
Loading