k8s-healthcheck
Diagnose Kubernetes workload health with structured reports and actionable remediation steps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Diagnose Kubernetes workload health with structured reports and actionable remediation steps.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | k8s-healthcheck |
| description | Diagnose Kubernetes workload health with structured reports and actionable remediation steps. |
Diagnose the health of Kubernetes workloads by inspecting pod status, events, logs, resource usage, and node conditions. Produces a structured health report with actionable remediation steps.
k8s_get_resourcesk8s_describe_resourcek8s_get_pod_logs (last 50 lines, including previous container if restarted)k8s_get_eventsProduce a structured report:
RESOURCE: <name> in <namespace>
STATUS: <Healthy|Degraded|Unhealthy>
PODS: <ready>/<total> ready
ISSUES:
- [SEVERITY] <issue description>
EVIDENCE: <what you found>
FIX: <recommended action>
Input: "Check the health of the nginx deployment in namespace demo"
Expected tool sequence:
Expected output: "RESOURCE: nginx in demo | STATUS: Healthy | PODS: 3/3 ready | No issues detected."