get-cluster-health

Assess Kubernetes cluster health by checking node readiness, system pods, and events.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive overview of your Kubernetes cluster's health, identifying potential issues with nodes, system components, and recent events.

Core Features & Use Cases

  • Node Status Check: Verifies if all nodes in the cluster are in a 'Ready' state.
  • System Pod Monitoring: Ensures critical pods within the kube-system namespace are running correctly.
  • Event Analysis: Scans for recent warning events that might indicate underlying problems.
  • Use Case: Before deploying a new application, run this skill to ensure the cluster is stable and healthy, preventing potential deployment failures.

Quick Start

Check the current health status of the Kubernetes cluster.

Frequently Asked Questions about get-cluster-health

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

FAQPage Schema
How do I check Kubernetes cluster health before deploying an application?

Checking Kubernetes cluster health involves assessing node readiness, system pod health, and recent cluster warning events. This verifies cluster stability and identifies underlying problems before you deploy new applications.

What does a Kubernetes cluster health check include?

A Kubernetes cluster health check includes verifying that all nodes are in a Ready state, ensuring critical pods in the kube-system namespace run correctly, and scanning recent cluster events for warnings indicating underlying problems.

How do I diagnose node readiness and system pod health in Kubernetes?

Diagnose node readiness and system pod health by querying the Kubernetes API to list resources and retrieve events. This checks if nodes are Ready and verifies that critical kube-system pods are running correctly.

Do I need a Kubernetes API MCP server to investigate cluster events?

Yes, you need access to a Kubernetes API via an MCP server to investigate cluster events. This access is required for resource listing and event retrieval during health checks and incident investigations.

Can I use this approach for periodic health checks and incident investigation in Kubernetes?

Yes, you can use this Kubernetes health assessment approach for both periodic health checks and incident investigation. It evaluates node status, system components, and recent warning events to identify potential cluster issues.