Getting Started
Kudashai is a Kubernetes dashboard featuring multi-cluster management and intelligent AI integration.
Kudashai provides a rich yet simple real-time interface to manage and investigate your clusters.
Operational Modes
Kudashai supports three operational modes tailored to your team's needs:
| Mode | When to Use | Authentication | Storage |
|---|---|---|---|
| Standalone (Open) | For personal use or local testing on your machine. | No login required. | Stored locally on the user's machine. |
| Standalone (Secured) | Personal use requiring an extra layer of security. | Requires login (single-user). | Stored locally on the user's machine. |
| Platform | Recommended for DevOps team collaboration and multi-tenant management. | Requires login (multi-user). | Uses a centralized database (PostgreSQL). |
Key Features
- Multi-Cluster Management: Control unlimited clusters from a single UI.
- AI-Powered: Utilizes AI (OpenAI, Claude, Gemini, etc.) for troubleshooting and configuration recommendations.
- Real-Time Monitoring: Live views for cluster resources and metrics.
- Easy Deployment: Simple installation on Mac, Windows, or Linux.
- Role-Based Access Control: Supports Superadmin, Admin, Member, and Viewer roles (Platform mode only).
- Privacy by Default: No cloud dependencies; your data remains secure locally.
Accessing the Dashboard
By default, once the installation is running, Kudashai can be accessed via a web browser at:
text
http://localhost:7080HTTPS Recommendation: If accessing remotely or in a production environment, we highly recommend running it using the HTTPS protocol.