--- name: cluster-status description: Get quick cluster health overview aliases: [status, cs] invokes: workflow:health/cluster-health-check --- # /cluster-status Command Get a quick health overview of the Raspberry Pi Kubernetes cluster. ## Usage ``` /cluster-status /cluster-status --full # Run complete health check workflow /cluster-status --quick # Just node and pod status (faster) ``` ## What It Does Invokes the `cluster-health-check` workflow to provide a comprehensive cluster health overview by coordinating specialized agents: 1. **Node Health** - Node statuses, conditions, resource usage 2. **Active Alerts** - Firing alerts from Alertmanager 3. **ArgoCD Status** - App sync and health status 4. **Summary** - Overall health rating and recommendations ## Example Output ``` Cluster Status: Healthy Nodes: | Node | Status | CPU | Memory | Conditions | |--------|--------|------|--------|------------| | pi5-1 | Ready | 45% | 68% | OK | | pi5-2 | Ready | 32% | 52% | OK | Active Alerts: 0 ArgoCD Apps: | App | Sync | Health | |-----------|----------|-----------| | homepage | Synced | Healthy | Recommendations: None ``` ## Autonomy This command is read-only and runs without confirmation.