pod-status

Retrieve and report the current status of a specified Kubernetes Pod.

15|8|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/AstorYH/PASB --skill pod-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pod-status
Source: https://github.com/AstorYH/PASB/tree/main/nanobot/skills/kubernetes-pod-status
Command: npx skills add https://github.com/AstorYH/PASB --skill pod-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps users quickly determine the operational status of their Kubernetes Pods, enabling faster troubleshooting and system monitoring.

Core Features & Use Cases

  • Real-time Status Retrieval: Fetches live status information directly from the Kubernetes API.
  • Detailed Pod Insights: Provides key metrics like phase, readiness, restart count, and conditions.
  • Use Case: A developer needs to know why their application isn't responding. They use this skill to check the status of the relevant Pod, quickly identifying if it's pending, crashing, or not ready.

Quick Start

Use the pod-status skill to check the status of the pod named 'my-app-pod'.

Frequently Asked Questions about pod-status

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

FAQPage Schema
How do I check the status of a Kubernetes Pod?

To check Kubernetes Pod status, retrieve live data from the Kubernetes API to extract the Pod's current phase, detailed status conditions, readiness state, and restart count for monitoring and debugging applications deployed on the cluster.

What does Kubernetes Pod readiness and restart count indicate?

Kubernetes Pod readiness and restart count indicate the operational health of your applications, showing whether the Pod meets specific conditions like 'Ready' and how many times it has crashed or restarted during its lifecycle on the cluster.

How can I find out why my Kubernetes Pod is not responding?

To find out why a Kubernetes Pod is not responding, retrieve its current status to quickly identify if the Pod is pending, crashing, or not ready, which helps developers isolate application deployment issues on the cluster.

Can I get real-time Kubernetes Pod status directly from the Kubernetes API?

Yes, you can get real-time Kubernetes Pod status directly from the Kubernetes API, fetching critical information including the Pod's phase, detailed conditions, and readiness state for immediate operational monitoring and troubleshooting.

Does Kubernetes Pod status retrieval require kubectl or other dependencies?

Kubernetes Pod status retrieval fetches live status information directly from the Kubernetes API without requiring external dependencies, providing detailed insights into Pod phase, readiness, restart count, and specific conditions like 'Ready'.