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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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 をまとめて診断
| 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: