بنقرة واحدة
triage-kubernetes-node-pressure
Diagnose node-level memory/disk/pid pressure and determine safe mitigations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Diagnose node-level memory/disk/pid pressure and determine safe mitigations.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Identify why an AWS API call is denied and what policy element blocks it.
Diagnose EKS worker nodes in NotReady and determine safe remediation.
Identify the primary drivers of a sudden cloud cost increase and implement safe mitigations.
Diagnose GCP quota errors and identify the quota, scope, and fastest safe mitigation.
Diagnose pods stuck in Pending and identify scheduling constraints.
Diagnose in-cluster DNS resolution failures and isolate root causes.
| id | triage-node-pressure |
| name | Triage Kubernetes Node Pressure |
| description | Diagnose node-level memory/disk/pid pressure and determine safe mitigations. |
| tags | ["kubernetes","triage","oncall","nodes"] |
| maturity | draft |
| inputs | {"node":"string?","namespace":"string?","time_window":"string?"} |
| outputs | ["pressure_type","suspected_causes","safe_mitigations"] |
| tools_allowed | ["k8s.get","k8s.describe","k8s.logs"] |
| safety | {"default_mode":"read_only","forbidden":["k8s.delete","k8s.apply","k8s.patch","k8s.drain"],"requires_confirmation_for":["k8s.drain"]} |
Use when nodes show MemoryPressure, DiskPressure, or pods are evicted due to node conditions.
kubectl describe node <node>
kubectl get pods -A -o wide | grep <node>
kubectl get events -A --sort-by=.lastTimestamp | tail -n 50