kubernetes

Execute kubectl commands to manage Kubernetes clusters.

16|2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/kubiyabot/skill --skill kubernetes-kubiyabot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kubernetes
Source: https://github.com/kubiyabot/skill/tree/main/examples/native-skills/kubernetes-skill
Command: npx skills add https://github.com/kubiyabot/skill --skill kubernetes-kubiyabot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing Kubernetes clusters from AI prompts typically requires context switching between agents, CLI tools, and manual scripting. This Skill provides direct access to kubectl commands, enabling agents to perform cluster operations seamlessly.

Core Features & Use Cases

  • Get, describe, and monitor Kubernetes resources (pods, services, deployments, nodes, namespaces, etc.).
  • View logs, execute commands in containers, and apply or delete configurations.
  • Manage rollouts, scale workloads, cordon/uncordon nodes, and handle common admin tasks in real clusters.
  • Use cases include day-to-day cluster administration, incident response, and automation pipelines that need direct cluster control.

Quick Start

Use the Kubernetes Skill to run a kubectl-based operation, such as listing pods: skill run kubernetes get resource=pods You can also fetch pod logs: skill run kubernetes logs pod=<pod-name> namespace=default

Frequently Asked Questions about kubernetes

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

FAQPage Schema
How do I run kubectl commands to manage Kubernetes pods and deployments from an AI prompt?

You can manage Kubernetes pods and deployments by executing real kubectl commands directly through the Skill, which handles cluster operations like get, describe, apply, and delete without manual context switching or scripting.

Can I fetch pod logs and execute commands in containers within a Kubernetes cluster?

Yes, you can fetch pod logs and execute commands in containers using the Skill. It runs real kubectl commands like logs and exec against your cluster to support troubleshooting and day-to-day administration.

Do I need a valid kubeconfig and kubectl installed to automate cluster management tasks?

Yes, automating cluster management requires kubectl in your PATH, a valid kubeconfig, and appropriate cluster permissions to execute commands for rollouts, scaling, and node operations successfully.

What's the best way to scale workloads and manage rollouts in Kubernetes?

The best way to scale workloads and manage rollouts is using kubectl commands like scale and rollout. This Skill automates these direct cluster operations, enabling seamless workload control from AI prompts.

How does Kubernetes cluster automation handle node operations like cordon and uncordon?

Kubernetes cluster automation handles node operations by executing kubectl commands for cordon and uncordon directly. This allows agents to seamlessly perform common admin tasks and control node scheduling.