Skip to main content

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.

This guide walks you through starting the platform and exploring your cluster’s state.

Prerequisites

Steps

1

Start the platform

dorgu platform serve
You should see:
Starting Dorgu Platform on :8080
Kubernetes watcher started, waiting for cache sync...
Cache synced, watching for ClusterPersona changes
Platform ready at http://localhost:8080
2

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
3

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
4

Watch live updates

The platform automatically receives live updates via WebSocket. Try making a change in your cluster:
# Scale a node pool or update a ClusterPersona
kubectl edit clusterpersona my-cluster
The dashboard updates automatically without refreshing the page.

What’s next

Dashboard features

All dashboard capabilities

REST API

Query cluster data programmatically