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.

The cluster detail view shows comprehensive information about a single ClusterPersona. Navigate to it by clicking a cluster name in the dashboard.

Overview section

The top of the page shows:
FieldSource
Cluster namespec.name
Environmentspec.environment
Phasestatus.phase with status badge
Kubernetes versionstatus.kubernetesVersion
Platformstatus.platform (EKS, GKE, AKS, Kind, etc.)
Application countstatus.applicationCount
Last discoverystatus.lastDiscovery timestamp

Nodes table

Lists all Kubernetes nodes discovered by the operator:
ColumnSourceDisplay
Namenode.namePlain text
Rolenode.roleBadge (master/worker)
Statusnode.readyGreen badge for Ready, red for NotReady
Kubelet versionnode.kubeletVersionVersion string

Add-ons table

Lists detected cluster add-ons and their status:
ColumnSourceDisplay
Nameaddon.nameAdd-on name (e.g., ArgoCD, Prometheus)
Versionaddon.versionExtracted from container image tag
Healthaddon.healthyGreen/red badge
Namespaceaddon.namespaceNamespace where the add-on runs

Resource summary

When available, the detail view shows aggregated cluster resources:
FieldDescription
Total CPUSum of all node CPU capacity
Total memorySum of all node memory capacity
Allocatable CPUSum of allocatable CPU across nodes
Allocatable memorySum of allocatable memory across nodes
Running podsCurrent running pod count

States

StateDisplay
LoadingSkeleton placeholders for all sections
ErrorAlert with error message and retry option
Not found404 message when cluster name doesn’t match
DataFull detail view with all sections

Dashboard

Back to the cluster list

Cluster discovery

How the operator discovers cluster state