get-deployment-status

Retrieve Kubernetes deployment health and replica status via MCP.

3|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/X-McKay/kubani --skill get-deployment-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: get-deployment-status
Source: https://github.com/X-McKay/kubani/tree/main/kubani/skills/k8s/collection/get-deployment-status
Command: npx skills add https://github.com/X-McKay/kubani --skill get-deployment-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure that your Kubernetes deployments are running as expected by checking their health and replica status.

Core Features & Use Cases

  • Deployment Health Check: Verifies if a deployment has the desired number of replicas available and ready.
  • Rollout Status: Assesses the progress and success of recent deployment rollouts.
  • Use Case: Before proceeding with further operations, use this Skill to confirm that your application's deployment is healthy and all pods are running.

Quick Start

Check the status of the 'nginx' deployment in the 'default' namespace.

Frequently Asked Questions about get-deployment-status

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

FAQPage Schema
How do I check Kubernetes deployment health and replica status?

You can check Kubernetes deployment health by retrieving desired replica counts, available pods, and recent rollout status. This Skill verifies that deployments are running as expected and confirms all pods are ready before proceeding with operations.

Can I verify recent rollout status before running further operations on my cluster?

Yes, verifying recent rollout status before further cluster operations is supported. This Skill assesses the progress and success of recent deployment rollouts to ensure application stability and confirm all pods are running correctly.

Do I need MCP integration to retrieve Kubernetes deployment status?

Yes, MCP integration with a Kubernetes cluster is required to retrieve deployment status. This Skill requires MCP integration for resource retrieval and pod status assessment to verify desired replica counts and recent rollout success.

What is the best way to automate cluster monitoring for deployment health checks?

Automating cluster monitoring for deployment health checks is done using this Skill to verify desired replica counts and rollout status automatically. It retrieves pod status and replica availability to ensure deployments are running as expected.

Why does my Kubernetes deployment show unhealthy status during pre-deployment checks?

A Kubernetes deployment shows unhealthy status during pre-deployment checks when desired replica counts do not match available pods, or the recent rollout failed. This Skill retrieves pod status to verify if replicas are ready and available.