Back to Directory
devops
kubectl
Execute and manage Kubernetes clusters via kubectl commands. Query resources, deploy applications, debug containers, manage configurations, and monitor cluster health. Use when working with Kubernetes clusters, containers, deployments, or pod diagnostics.
Installation
Run this in your terminal or add to your configuration:
# Clone into your skills directory
git clone ...About this Skill
Initial release of kubectl-skill.
- Execute and manage Kubernetes clusters using kubectl commands.
- Query, deploy, update, debug, and monitor pods, deployments, nodes, and other resources.
- Manage kubeconfig, switch contexts, and handle namespaces easily.
- Includes troubleshooting, scaling, rollout, and node maintenance examples.
- Supports advanced output formats, dry-run modes, and global kubectl flags.
- Requires kubectl (v1.20+) and an active kubeconfig connection.