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.
Synopsis
Description
Display a comprehensive cluster health summary by querying the Kubernetes API directly. The output includes node status, resource saturation (CPU and memory), control plane component health, active incidents, and pending remediations. When the Dorgu Operator is installed, the command shows richer data sourced fromClusterPersona resource summaries, IncidentMemory CRDs, and RemediationAction CRDs. Without the operator, it gracefully degrades to node and control plane information only.
Flags
| Flag | Type | Default | Description |
|---|---|---|---|
-n, --namespace | string | all namespaces | Filter incidents by namespace |
--kubeconfig | string | ~/.kube/config | Path to kubeconfig file |
--json | bool | false | Output as JSON (inherited global flag) |
Output sections
| Section | Source | Description |
|---|---|---|
| Nodes | kubectl get nodes | Name, status (Ready/NotReady), roles, age |
| Resource Saturation | ClusterPersona .status.resourceSummary | CPU and memory request utilization as a percentage of allocatable capacity |
| Control Plane | Pods in kube-system with tier=control-plane | Health of API Server, Scheduler, Controller Manager, etcd |
| Active Incidents | IncidentMemory CRDs (operator required) | Severity, category, signal, persona reference, age |
| Pending Remediations | RemediationAction CRDs (operator required) | Count of remediations in Pending or Approved phase |
Examples
JSON output
When--json is set, the output follows this structure:
Requires
kubectl in your PATH. Resource saturation data requires the Dorgu Operator and a ClusterPersona resource. Incident and remediation data requires IncidentMemory and RemediationAction CRDs — if these CRDs are not installed, those sections show zero counts.