在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用k8s-logs
星标18
分支0
更新时间2026年2月14日 18:29
Kubernetes log retrieval and analysis
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Kubernetes log retrieval and analysis
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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
| name | k8s-logs |
| description | Kubernetes log retrieval and analysis |
| homepage | https://docs.aof.sh/skills/k8s-logs |
| metadata | {"emoji":"📋","version":"1.0.0","requires":{"bins":["kubectl","grep"],"env":[],"config":["~/.kube/config"]},"tags":["kubernetes","logging","analysis"]} |
Retrieve and analyze logs from Kubernetes pods to understand application behavior and troubleshoot issues.
kubectl logs {pod-name} --tail=50kubectl logs {pod-name} --all-containers=truekubectl logs {pod-name} | grep ERRORkubectl logs {pod-name} -fkubectl logs {pod-name} --previous