在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用k8s-debug
星标18
分支0
更新时间2026年2月14日 18:29
Kubernetes pod debugging and troubleshooting
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Kubernetes pod debugging and troubleshooting
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
ArgoCD deployment and rollback operations
ArgoCD application management, sync operations, and GitOps troubleshooting
Database debugging and query execution
Docker container management and troubleshooting
Git repository operations and troubleshooting
HTTP API testing and debugging
基于 SOC 职业分类
| name | k8s-debug |
| description | Kubernetes pod debugging and troubleshooting |
| homepage | https://docs.aof.sh/skills/k8s-debug |
| metadata | {"emoji":"🐳","version":"1.0.0","requires":{"bins":["kubectl","jq"],"env":[],"config":["~/.kube/config"]},"tags":["kubernetes","debugging","troubleshooting"],"author":"AOF Team","license":"Apache 2.0"} |
Expert guidance for debugging Kubernetes workloads, analyzing pod logs, and troubleshooting common failure patterns.
kubectl get pod {pod-name} -o widekubectl describe pod {pod-name}kubectl logs {pod-name} --tail=100kubectl top pod {pod-name}