Check Omni cluster and GitOps health status
Checks Omni cluster, Kubernetes, ArgoCD, External Secrets, and Longhorn health status.
/plugin marketplace add basher83/lunar-claude/plugin install omni-scale@lunar-claudeQuick health check for Omni-managed Talos cluster and GitOps stack.
Run these checks in sequence and report results:
omnictl cluster status talos-prod-01
Report: Cluster phase, node count, health status.
omnictl get machines --cluster talos-prod-01
Report: Machine count, states (running/provisioning/failed).
mcp__plugin_omni-scale_kubernetes__kubectl_get(resourceType: "nodes")
Report: Node Ready status, roles, versions.
mcp__plugin_omni-scale_kubernetes__kubectl_get(resourceType: "applications", namespace: "argocd")
Report: Any apps not Synced/Healthy.
mcp__plugin_omni-scale_kubernetes__kubectl_get(resourceType: "externalsecrets", allNamespaces: true)
mcp__plugin_omni-scale_kubernetes__kubectl_get(resourceType: "clustersecretstore")
Report: SecretStore health, any secrets not syncing.
mcp__plugin_omni-scale_kubernetes__kubectl_get(resourceType: "volumes.longhorn.io", allNamespaces: true)
Report: Volume health and robustness.
## Omni-Scale Status Report
### Omni Cluster: talos-prod-01
- Phase: [Running/Provisioning/etc]
- Nodes: [X] control plane, [Y] workers
- Health: [Healthy/Degraded/etc]
### Kubernetes
- Nodes Ready: [X/Y]
- Version: [version]
### ArgoCD Applications
- Total: [N]
- Healthy: [N]
- Degraded: [list if any]
### External Secrets
- ClusterSecretStores: [N] healthy
- ExternalSecrets: [N] synced, [N] failed
- Issues: [list if any]
### Storage (Longhorn)
- Volumes: [N]
- Healthy: [N]
- Degraded: [list if any]
### Issues Found
[List any problems or "None"]