Skip to main content
The platform can be run via the dorgu CLI, as a standalone binary, or from source. If you already have the dorgu CLI installed:
This starts the platform on port 8080 using your current kubeconfig context.

Options

Standalone binary

Build and run the platform server directly:

Flags

From source

1

Clone the repository

2

Build the frontend

3

Build the binary

This copies the frontend build to pkg/server/static and compiles a single Go binary with embedded assets.
4

Run

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:
Then open http://localhost:8080 in your browser.

Quickstart

Step-by-step first use guide

Development

Run in development mode with hot reload