What problem does it solve?
This Skill provides comprehensive guidance on using the kubectl command-line tool for Kubernetes, addressing common challenges related to Kubernetes cluster management and resource manipulation.
Core Features & Use Cases
- Command Structure: Detailed reference of kubectl commands and subcommands for different resource types.
- Resource Types: Information on various Kubernetes resources like Pods, Deployments, Services, etc.
- Workload Management: Instructions for managing workloads such as deployments, rollouts, scaling, and autoscaling.
- Debugging: Guide on debugging Kubernetes workloads with logs, exec, port-forward, and top commands.
- Cluster Management: Commands for cluster management like cordon, drain, taint, and cluster-info.
- Output Formats: Options for customizing output formats using jsonpath, go-template, and custom-columns.
- Use Case: If you need to understand how to perform a specific kubectl command or manage a particular resource in Kubernetes, this Skill provides detailed instructions and examples.
Quick Start
Use the kubectl skill to get information about a specific resource, such as a pod or a deployment.