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