pod-management

Manage and debug Kubernetes Pods via kubectl operations.

1|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/ryukyagamilight/terminal-skills --skill pod-management-ryukyagamilight
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pod-management
Source: https://github.com/ryukyagamilight/terminal-skills/tree/main/kubernetes/pod-management
Command: npx skills add https://github.com/ryukyagamilight/terminal-skills --skill pod-management-ryukyagamilight

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the complex tasks of managing, debugging, and deploying Kubernetes Pods, reducing the learning curve and increasing operational efficiency.

Core Features & Use Cases

  • Pod Lifecycle Management: Create, delete, and monitor Pods.
  • Log Analysis: View real-time and historical logs for debugging.
  • Interactive Debugging: Execute commands within containers and use debugging tools.
  • Resource Monitoring: Track Pod resource usage and configure limits.
  • Use Case: Quickly troubleshoot a failing application by accessing its logs, executing commands inside the container to inspect its state, and forwarding ports to test its API locally.

Quick Start

Use the pod-management skill to list all running pods in the default namespace.

Frequently Asked Questions about pod-management

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

FAQPage Schema
How do I debug a Kubernetes pod stuck in a crash loop?

Debug a Kubernetes pod crash loop by viewing real-time and historical logs or executing commands inside the container. This Skill provides interactive debugging capabilities to inspect the container state directly and resolve startup failures.

How do I list and monitor running Kubernetes pods?

List and monitor running Kubernetes pods by applying pod management commands to view statuses and track resource usage. This Skill integrates with kubectl for direct cluster interaction to monitor your container environments effectively.

Can I forward ports to test a Kubernetes pod API locally?

Yes, you can forward ports to test a Kubernetes pod API locally. This Skill supports port-forwarding functionalities, enabling you to access and test your application's API directly from your local machine.

What is the best way to troubleshoot Kubernetes pod startup failures?

The best way to troubleshoot Kubernetes pod startup failures is to describe the pod and analyze its logs for errors. This Skill supports troubleshooting startup failures, crash loops, and resource issues through integrated kubectl commands.

Do I need kubectl installed to manage Kubernetes pods?

Yes, you need kubectl installed to manage Kubernetes pods effectively. This Skill integrates with kubectl for direct cluster interaction, relying on it to execute commands for pod management, logging, and debugging.