cluster-status
Quick health check of the Kubernetes cluster — nodes, Argo CD apps, unhealthy pods, gateways, and certificates
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Quick health check of the Kubernetes cluster — nodes, Argo CD apps, unhealthy pods, gateways, and certificates
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Longhorn の健全性チェック — volume robustness(degraded 検出)、node 容量、R2 バックアップの鮮度、recurring job の動作状況を一括診断
Scaffold a new infrastructure component, choosing the right layout (Helm multi-source / raw YAML / ApplicationSet) for its category
Create a new Sealed Secret — generates raw secret, seals it with kubeseal, and places it in the correct resources/ directory
Troubleshoot a specific infrastructure component — resolve namespace, check pods, events, logs, and Argo CD sync status
全 Helm Application の chart バージョン鮮度を一括チェック — 各 app.yaml の targetRevision を upstream 最新と突き合わせ、更新候補を優先度付きでレポート(/helm-upgrade の前段)
Secret 管理 4 方式(Vault dynamic / Vault static via ESO / Vault Transit / SealedSecret)の健全性を一括チェック — Vault seal 状態、ESO 同期、SealedSecret 復号、関連 cert をまとめて診断
استنادا إلى تصنيف SOC المهني
| name | cluster-status |
| description | Quick health check of the Kubernetes cluster — nodes, Argo CD apps, unhealthy pods, gateways, and certificates |
| argument-hint | null |
Node status:
kubectl get nodes -o wide
Argo CD applications:
kubectl get applications -n argocd -o custom-columns='NAME:.metadata.name,SYNC:.status.sync.status,HEALTH:.status.health.status'
Synced + HealthyUnhealthy pods (across all namespaces):
kubectl get pods -A --field-selector=status.phase!=Running,status.phase!=Succeeded
Gateway & LoadBalancer status:
kubectl get gateway -A
kubectl get svc -A --field-selector spec.type=LoadBalancer
Certificate status:
kubectl get certificate -A
kubectl get clusterissuer
Summary: