Via dorgu CLI (recommended)
If you already have the dorgu CLI installed: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
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:Quickstart
Step-by-step first use guide
Development
Run in development mode with hot reload