KubeStellar UI

!!! warning “Deprecated” The kubestellar/ui repository has been replaced by kubestellar/console. All development, features, and documentation now live in the console project.

Migration

The KubeStellar Console is the successor to the original KubeStellar UI. It includes all previous features plus significant new capabilities:

  • AI-powered Missions for automated issue detection and remediation
  • 110+ dashboard cards for monitoring clusters, workloads, GPU/AI, security, and more
  • Real-time SSE streaming replacing polling-based data updates
  • Marketplace for community-shared dashboards, cards, and themes
  • Multi-cluster deployment with drag-and-drop workload placement
  • llm-d inference monitoring with Prometheus metrics integration

Updated Documentation

Please refer to the current console documentation:

Repository Change

BeforeAfter
kubestellar/uikubestellar/console
React + Gin backendReact + Go backend
Ports 5173 / 4000Port 8080 (unified)
Optional RedisIn-memory caching with TTL
Manual cluster configAuto-discovery via kubeconfig
# Old (deprecated)
git clone https://github.com/kubestellar/ui.git
 
# New (current)
git clone https://github.com/kubestellar/console.git