list-recent-events

Collect and analyze recent Kubernetes events to identify warnings and errors.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps identify potential issues and understand recent cluster activity by collecting and analyzing Kubernetes events.

Core Features & Use Cases

  • Event Collection: Gathers recent events from all namespaces in a Kubernetes cluster.
  • Issue Identification: Highlights warnings, errors, and state changes that may indicate problems.
  • Use Case: When troubleshooting a pod that is stuck in a pending state, use this skill to review recent events for scheduling failures or resource constraints.

Quick Start

Collect recent Kubernetes events to identify issues.

Frequently Asked Questions about list-recent-events

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

FAQPage Schema
How do I check recent Kubernetes events to troubleshoot cluster issues?

To check recent Kubernetes events for troubleshooting, you can collect and analyze events across all namespaces to identify warnings, errors, and state changes. This highlights recent cluster activity like scheduling failures or resource constraints.

What is the best way to find warnings and errors in a k8s cluster?

Finding warnings and errors in a k8s cluster involves gathering recent events from all namespaces and filtering for state changes. This identifies operational issues and potential problems within the cluster activity history.

Can I use this to diagnose why a pod is stuck in a pending state?

Yes, you can diagnose a pod stuck in a pending state by reviewing recent Kubernetes events. The analysis highlights scheduling failures or resource constraints that may be preventing the pod from starting correctly.

Do I need an MCP server to access the Kubernetes API for monitoring events?

Yes, you need access to the Kubernetes API server via an MCP server to list events. This connection is required to gather recent cluster activity and analyze state changes across namespaces.

How does monitoring cluster activity help with k8s troubleshooting?

Monitoring cluster activity helps with k8s troubleshooting by collecting recent state changes and warnings. Understanding this event history allows you to identify operational issues and diagnose problems like scheduling failures.