k8s-management

Official

Easily manage and monitor Kubernetes clusters

AuthorSerendipityOneInc
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides read-only Kubernetes cluster inspection and monitoring capabilities, enabling teams to quickly assess pod health, resource usage, and service status without making changes to the cluster.

Core Features & Use Cases

  • Pod status, logs, and resource usage across namespaces to aid on-call troubleshooting.
  • Service andDeployment health checks and basic cluster information for capacity planning.
  • Read-only operational workflows that support auditing and incident response without modifying state.

Quick Start

Try common read-only commands to inspect a cluster and diagnose issues.

  • List pods: kubectl get pods -n <namespace>
  • Describe a pod: kubectl describe pod <pod-name> -n <namespace>
  • View pod logs: kubectl logs <pod-name> -n <namespace>
  • Get cluster info: kubectl cluster-info
  • Show node resource usage: kubectl top nodes

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: k8s-management
Download link: https://github.com/SerendipityOneInc/srp-claude-code-marketplace/archive/main.zip#k8s-management

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.