AgentSkillsCN

k8s-issues

在Kubernetes集群中排查各类问题。

SKILL.md
--- frontmatter
name: k8s-issues
description: Find issues across Kubernetes clusters
allowed-tools: mcp__plugin_kubestellar-ops_kubestellar-ops__*

Your task

Use the kubestellar-ops MCP tools to find all issues across Kubernetes clusters.

  1. Use list_clusters to get all available clusters

  2. For each cluster, check for:

    • Pod issues using find_pod_issues (CrashLoopBackOff, ImagePullBackOff, OOMKilled, pending pods)
    • Deployment issues using find_deployment_issues (stuck rollouts, unavailable replicas)
    • Warning events using get_warning_events
  3. Provide a summary of all problems found organized by cluster, with severity and recommended actions.

Do not use any other tools besides the kubestellar-ops MCP tools.