!!! warning “Deprecated”
The kubestellar/ui repository has been replaced by kubestellar/console. All development, features, and documentation now live in the console project.
The KubeStellar Console is the successor to the original KubeStellar UI. It includes all previous features plus significant new capabilities:
Please refer to the current console documentation:
| Before | After |
|---|---|
kubestellar/ui | kubestellar/console |
| React + Gin backend | React + Go backend |
| Ports 5173 / 4000 | Port 8080 (unified) |
| Optional Redis | In-memory caching with TTL |
| Manual cluster config | Auto-discovery via kubeconfig |
# Old (deprecated)
git clone https://github.com/kubestellar/ui.git
# New (current)
git clone https://github.com/kubestellar/console.git