troubleshooting

Installation
SKILL.md

Kubernetes 故障排查

概述

故障诊断、事件分析、资源调试等技能。

集群状态检查

节点状态

# 查看节点
kubectl get nodes
kubectl get nodes -o wide

# 节点详情
kubectl describe node node-name

# 节点资源使用
kubectl top nodes
Installs
45
GitHub Stars
47
First Seen
Jan 24, 2026
troubleshooting — chaterm/terminal-skills