v0.8.0: Modern Web Management Console
Kuben v0.8.0 — Modern Web Management Console
Kuben v0.8.0 delivers the full-featured developer dashboard, providing engineering teams with an intuitive, real-time web console for managing cloud-native applications.
Dashboard Features (apps/web)
- Modern Web Technology Stack:
- Built with React, Vite, and Tailwind CSS v4 for instant UI reactivity and minimal bundle size.
- Dark-mode first design aesthetic crafted specifically for developer ergonomics.
- Real-Time Operational Views:
- Live Pod Telemetry: Instantaneous CPU/memory consumption and pod health status indicators.
- Streaming Logs Viewer: Real-time log tailing directly from Kubernetes pods via WebSocket/SSE connections.
- Rollout History & Rollback: Graphical deployment timeline allowing instant 1-click rollbacks to previous immutable releases.
- Audit Activity Feed: Filterable stream of team changes, login events, and environment modifications.
- Single-Binary Zero-Dependency Deployment:
- The compiled web distribution can be baked directly into the Rust executable using the
embed-uicargo feature (rust-embed), enabling a single standalone binary to serve both API and Web UI.
- The compiled web distribution can be baked directly into the Rust executable using the