managing-kubernetes

Automate Kubernetes cluster management by executing kubectl commands and presenting results.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/Open330/agt --skill managing-kubernetes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-kubernetes
Source: https://github.com/Open330/agt/tree/main/integrations/kubernetes-skill
Command: npx skills add https://github.com/Open330/agt --skill managing-kubernetes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, jelly-dotenv, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Kubernetes operations can be error-prone and time-consuming without a structured toolkit to manage clusters via kubectl.

Core Features & Use Cases

  • Pod, deployment, and service management: list, describe, scale, and roll out updates.
  • Logs and debugging: view container logs, attach to pods, and inspect events.
  • Namespace & context workflows: switch contexts, set default namespaces, and audit cluster state.
  • Quick reference and automation: consolidate common commands and workflows for repeatable tasks.

Quick Start

Start by validating your kubectl setup, connect to your cluster, and begin with a quick status and logs check to ensure healthy state.

Frequently Asked Questions about managing-kubernetes

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

FAQPage Schema
How do I manage Kubernetes pods and deployments using kubectl workflows?

Manage Kubernetes pods and deployments by executing kubectl commands to list, describe, scale, and roll out updates. This workflow automates cluster operations, presenting concise results for day-to-day management across namespaces.

What is the best way to view Kubernetes pod logs and debug cluster issues?

View Kubernetes pod logs and debug cluster issues by executing kubectl commands to inspect container logs, attach to pods, and audit events. This provides concise outputs for rapid troubleshooting and safe error handling.

Do I need jq and jelly-dotenv to run Kubernetes cluster management tasks?

You need jq for JSON parsing and optionally jelly-dotenv for environment loading to run Kubernetes cluster management tasks. A Bash execution environment is required to execute kubectl commands and handle context management safely.

Can I switch Kubernetes contexts and set default namespaces across different clusters?

Switch Kubernetes contexts and set default namespaces across different clusters using structured kubectl workflows. This allows you to audit cluster state and manage operations safely within specific namespace environments.

Why does kubectl port-forwarding fail when debugging Kubernetes services?

Kubectl port-forwarding failures during service debugging often stem from incorrect context or namespace settings. This workflow supports context management and safe error handling to validate your cluster state before forwarding.

How do I automate repeatable kubectl commands for Kubernetes cluster operations?

Automate repeatable kubectl commands for Kubernetes cluster operations by consolidating common workflows into scripts and references. This provides structured automation for pod status checks, deployments, and logs.