The platform can be run via the dorgu CLI, as a standalone binary, or from source.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.
Via dorgu CLI (recommended)
If you already have the dorgu CLI installed:Options
Standalone binary
Build and run the platform server directly:Flags
| Flag | Default | Description |
|---|---|---|
-port | 8080 | HTTP server port |
-kubeconfig | ~/.kube/config | Path to kubeconfig file |
-context | Current context | Kubernetes context to use |
From source
Build the binary
pkg/server/static and compiles a single Go binary with embedded assets.Prerequisites
- A running Kubernetes cluster with the dorgu operator installed
- At least one ClusterPersona resource created
- A valid kubeconfig with access to the cluster
The platform only reads ClusterPersona resources — it makes no changes to your cluster. It requires
get, list, and watch permissions on clusterpersonas.dorgu.io.Verifying the installation
After starting the platform, verify it’s working:Quickstart
Step-by-step first use guide
Development
Run in development mode with hot reload