health-check-monitor

Monitor Kubernetes cluster health across nodes, pods, and quotas.

2|1|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/lloydchang/agentic-reconciliation-engine --skill health-check-monitor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: health-check-monitor
Source: https://github.com/lloydchang/agentic-reconciliation-engine/tree/main/core/ai/skills/health-check-monitor
Command: npx skills add https://github.com/lloydchang/agentic-reconciliation-engine --skill health-check-monitor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Monitor Kubernetes cluster health, detect issues early, and generate actionable alerts to keep workloads stable, cost-efficient, and compliant with service-level objectives.

Core Features & Use Cases

  • Health checks across nodes, pods, and resources to identify readiness, capacity, and reliability issues.
  • Automated alerting with concise summaries to support on-call incidents and capacity planning.
  • Use Case: Continuously monitor a production cluster and trigger alerts when CPU/memory usage spikes or node conditions degrade.

Quick Start

Run the health-check-monitor script against your current Kubernetes context to start observing health status, metrics, and alerts.

Frequently Asked Questions about health-check-monitor

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

FAQPage Schema
How do I monitor Kubernetes cluster health and detect node or pod issues?

Monitor Kubernetes cluster health by running Python-based scripts via kubectl to continuously check nodes, pods, and resource quotas. This process identifies readiness and capacity issues to keep workloads stable and trigger actionable alerts.

Can I automate Kubernetes alerting for on-call incident response and capacity planning?

Yes, you can automate Kubernetes alerting by generating concise summaries from continuous health checks. These alerts support on-call incident response and capacity planning when CPU/memory usage spikes or node conditions degrade.

Does the health monitoring script work across multiple namespaces in a Kubernetes cluster?

Yes, Kubernetes health monitoring applies across single or multi-namespace clusters. It checks resource quotas and pod status across your specified namespaces to provide comprehensive cluster health visibility.

What do I need to start checking Kubernetes pod status and resource quotas?

You need a configured Kubernetes context and kubectl access to start checking pod status and resource quotas. Run the script against your current context to observe health status, metrics, and alerts.

What is the best way to collect Kubernetes metrics for proactive cluster maintenance?

The best way to collect Kubernetes metrics for proactive maintenance is using Python-based scripts with kubectl to continuously gather node and pod data. This generates actionable alerts for early issue detection.

Why does my Kubernetes health check not trigger alerts when node conditions degrade?

Kubernetes health checks generate alerts by continuously evaluating node conditions and resource quotas. If alerts are not triggering, ensure your script is actively running against the correct cluster context and monitoring the target namespaces.