k8s-cluster-ops

Execute kubectl commands to query resources, update deployments, and diagnose cluster issues.

12|2|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/haomingz/kimi-skills --skill k8s-cluster-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s-cluster-ops
Source: https://github.com/haomingz/kimi-skills/tree/main/skills/k8s-cluster-ops
Command: npx skills add https://github.com/haomingz/kimi-skills --skill k8s-cluster-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Kubernetes cluster operations are complex and error-prone; this skill provides a structured way to perform common tasks using kubectl, reducing manual steps and speeding up troubleshooting.

Core Features & Use Cases

  • Resource querying & inspection: List and describe Pod, Deployment, Service, and Node resources with detailed status.
  • Deployment & updates: Create, apply, patch, and perform rolling updates on Kubernetes resources.
  • Debugging & health checks: View logs, run commands inside containers, examine events, and monitor resource status.
  • Cluster maintenance scenarios: Node maintenance, capacity checks, and multi-context management for clusters.

Quick Start

在本地安装 kubectl 后,按照示例快速执行常见运维任务以熟悉流程。

Frequently Asked Questions about k8s-cluster-ops

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

FAQPage Schema
How do I view pod logs and describe nodes for Kubernetes cluster troubleshooting?

You can view pod logs and describe nodes by executing kubectl commands through this skill, which provides deterministic scripts for reliable resource querying, inspection, and health checks across your cluster.

What is the best way to apply manifests and perform rolling updates on Kubernetes deployments?

Applying manifests and performing rolling updates is done through this skill by executing kubectl commands to create, apply, and patch Kubernetes resources, ensuring structured deployment management and faster troubleshooting.

Do I need a specific kubectl version configured to manage multiple Kubernetes contexts?

Yes, managing multiple Kubernetes contexts requires kubectl v1.20+ and a configured kubeconfig. This skill supports multi-context management, enabling cluster maintenance and capacity checks across different cluster environments.

Can I run commands inside containers and examine events to diagnose Kubernetes pod issues?

Yes, you can run commands inside containers and examine Kubernetes events to diagnose pod issues. This skill executes kubectl commands for debugging, health checks, and monitoring resource status within your cluster.

How do I list and describe Pod, Deployment, Service, and Node resources in a Kubernetes cluster?

You list and describe Kubernetes resources by using this skill to execute kubectl commands that query Pods, Deployments, Services, and Nodes, providing detailed status reports for efficient cluster inspection and management.

Why does Kubernetes cluster operations management require structured kubectl workflows?

Kubernetes cluster operations require structured kubectl workflows because manual operations are error-prone. This skill provides deterministic scripts and references that reduce manual steps, ensuring reliable execution for daily cluster management tasks.