jelly-kubernetes-skill

Automate Kubernetes cluster administration tasks using kubectl commands.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-kubernetes-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jelly-kubernetes-skill
Source: https://github.com/dev-jelly/jelly-dotclaude/tree/main/skills/jelly-kubernetes-skill/SKILL.md
Command: npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-kubernetes-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

A Kubernetes management skill enabling cluster operations, resource management, debugging, and deployment automation from Claude Code.

Core Features & Use Cases

  • Cluster Operations: Context management, health checks, and info retrieval.
  • Resource Management: Pods, Deployments, Services, ConfigMaps, Secrets, Namespaces.
  • Debugging & Troubleshooting: Logs, events, describe, port-forward.
  • Deployment Operations: Apply manifests, rollout, scale, delete.

Quick Start

Connect to a cluster with kubectl context and perform common tasks (list pods, inspect deployments, apply manifests).

Frequently Asked Questions about jelly-kubernetes-skill

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

FAQPage Schema
How do I debug a failing pod in Kubernetes?

Debugging pods involves inspecting logs, events, and resource descriptions using kubectl commands. This Skill automates log retrieval, event inspection, and detailed resource analysis to identify why pods are failing, then surfaces configuration and runtime issues for quick diagnosis.

Can I manage multiple Kubernetes clusters with different contexts?

Yes, this Skill supports kubectl context and namespace management, enabling you to switch between clusters and namespaces. You can perform operations across different cluster configurations without reconfiguring your connection.

How do I apply Kubernetes manifests and check deployment rollout status?

This Skill automates manifest application and rollout monitoring using kubectl apply and rollout commands. It enables you to deploy resources, track deployment progress, and verify that pods are running the correct image versions.

What Kubernetes resources can this Skill manage?

This Skill manages pods, deployments, services, ConfigMaps, secrets, namespaces, ingress, and Helm-managed resources. It performs CRUD operations, scaling, port-forwarding, and status checks across all these resource types.

Do I need kubectl installed to use this Skill?

Yes, kubectl must be installed and configured on your system with access to your Kubernetes cluster. This Skill requires an existing kubectl setup and valid cluster context to execute cluster operations.

How do I troubleshoot service connectivity and port-forwarding in Kubernetes?

This Skill enables port-forwarding to services and pods, log inspection, and service description to diagnose connectivity issues. You can access internal services locally and inspect network configuration to resolve communication failures.