Skip to content

Add Kubernetes Troubleshooter Skill #4

Description

@DhanushNehru

🆕 New Skill Request

Description

Create a skill that helps debug common Kubernetes issues. Should work by analyzing kubectl output, pod logs, events, and YAML manifests.

What it should do

  • Diagnose pod crash loops (CrashLoopBackOff, OOMKilled, ImagePullBackOff)
  • Analyze networking issues (service endpoints, ingress routing, DNS)
  • Review YAML manifests for misconfigurations and anti-patterns
  • Suggest resource limits, health probes, and security contexts

Skill File Location

skills/devops/kubernetes-troubleshooter.md

Example Scenario

User provides kubectl describe pod and kubectl logs output → Skill diagnoses OOMKilled and recommends memory limit adjustment.

Acceptance Criteria

  • Follows SKILL_TEMPLATE.md
  • At least 2 example interactions covering different failure modes
  • Covers at least: pod issues, service/networking, and resource misconfig

Difficulty: ⭐⭐⭐ (Advanced) — Requires K8s experience

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    devopsDevOps category skilldocumentationImprovements or additions to documentationgood first issueGood for newcomershelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions