kubernetes

Review Kubernetes workload states and troubleshoot common issues with kubectl.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/nist0/CoDev --skill kubernetes-nist0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/nist0/CoDev/tree/main/.github/skills/kubernetes
Command: npx skills add https://github.com/nist0/CoDev --skill kubernetes-nist0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines Kubernetes workload management, offering a structured approach to triage, review, and troubleshoot workloads.

Core Features & Use Cases

  • Workload Triage: Provides a checklist for reviewing workload states, including resource limits, probes, and RBAC.
  • Troubleshooting: Offers instructions for diagnosing common failure modes like CrashLoopBackOff and OOMKilled.
  • Rollback: Guides you through the process of rolling back workloads to previous revisions.

Quick Start

Use the kubernetes skill to review the state of your workloads by running kubectl get deploy,rs,po -n <ns> -o wide.

Frequently Asked Questions about kubernetes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I troubleshoot a Kubernetes workload stuck in CrashLoopBackOff?

Kubernetes troubleshooting for CrashLoopBackOff involves diagnosing common failure modes using a structured triage checklist. You can review workload states, resource limits, and probes to identify the root cause of the pod crash.

What is the best way to roll back a Kubernetes deployment to a previous revision?

Rolling back a Kubernetes deployment is guided through a structured process to revert workloads to previous revisions. This ensures your application returns to a stable state efficiently after a failed update.

How do I review the state of my Kubernetes workloads for triage?

Kubernetes workload triage uses a checklist to review states, resource limits, probes, and RBAC. You can start by running `kubectl get deploy,rs,po` with wide output to inspect your current resources.

Do I need kubectl installed to manage Kubernetes workload states?

Yes, you need kubectl installed. Kubernetes workload management requires access to a cluster and the kubectl command-line tool to execute commands for triage, troubleshooting, and rollback procedures.

Why was my Kubernetes pod OOMKilled and how can I diagnose it?

An OOMKilled pod indicates container memory exhaustion. Kubernetes troubleshooting offers structured instructions to diagnose this failure mode by reviewing your workload resource limits and current states.