kubernetes

Manage Kubernetes clusters and resources using the kubectl command-line interface.

3|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/jholhewres/devclaw-skills --skill kubernetes-jholhewres
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/jholhewres/devclaw-skills/tree/main/skills/kubernetes
Command: npx skills add https://github.com/jholhewres/devclaw-skills --skill kubernetes-jholhewres

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of Kubernetes clusters by providing a direct interface to the kubectl command-line tool, enabling users to interact with their cluster resources efficiently.

Core Features & Use Cases

  • Resource Management: Deploy, inspect, scale, and update applications running in Kubernetes.
  • Cluster Diagnostics: Monitor pod health, node status, and cluster events for troubleshooting.
  • Configuration Handling: Apply and manage Kubernetes manifests (Deployments, Services, ConfigMaps, Secrets).
  • Use Case: Quickly check the status of all pods in a specific namespace, view their logs, and restart a failing deployment.

Quick Start

Use the kubernetes skill to get all pods in the default namespace.

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I manage Kubernetes clusters using kubectl?

You can manage Kubernetes clusters by using kubectl to deploy, scale, and inspect containerized applications across various namespaces. This provides a direct command-line interface for cluster interaction and resource management.

How do I check pod health and node status in a Kubernetes cluster?

Checking pod health and node status in a Kubernetes cluster involves using kubectl to monitor cluster events and resource diagnostics. This allows you to troubleshoot failing deployments and inspect the operational state of your nodes.

Do I need kubectl installed to manage Kubernetes deployments?

Yes, you need kubectl installed and properly configured for cluster interaction to manage Kubernetes deployments. The command-line tool acts as the direct interface for applying manifests and scaling applications.

What is the best way to apply and manage Kubernetes manifests like ConfigMaps and Secrets?

The best way to apply Kubernetes manifests like ConfigMaps and Secrets is through kubectl configuration handling. This enables you to deploy, update, and manage cluster resources directly from the command line.

Can I scale containerized applications across specific namespaces in Kubernetes?

Yes, you can scale containerized applications across specific namespaces in Kubernetes using kubectl. This supports modifying deployment replicas and managing resource distribution within your cluster architecture.