This guide walks you through starting the platform and exploring your cluster’s state.Documentation Index
Fetch the complete documentation index at: https://dorguai.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- dorgu CLI installed (installation guide)
- dorgu operator running in your cluster (operator installation)
- At least one ClusterPersona created (cluster onboarding)
Steps
Open the dashboard
Open http://localhost:8080 in your browser. You’ll see the cluster dashboard with all your ClusterPersona resources listed.Each row shows:
- Cluster name
- Environment tag
- Phase status (Ready, Pending, Degraded)
- Node count
View cluster details
Click on any cluster name to see its detail page. This shows:
- Overview — Environment, phase, Kubernetes version, platform
- Nodes — Name, role, ready status, kubelet version
- Add-ons — Installed components with health and version
- Resources — Total and allocatable CPU, memory, pods
What’s next
Dashboard features
All dashboard capabilities
REST API
Query cluster data programmatically