kubernetes
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Write Deployment, Service, ConfigMap, Secret, or Ingress manifests
- Deploy, scale, or troubleshoot pods and clusters with kubectl
- Design resource limits, health probes, rolling updates, and operational workflows
- Set up local development clusters with minikube, kind, or k3d
How to use this skill
Workflow
- Write manifests — define workloads and services in YAML
- Apply to cluster — use
kubectl apply -fto deploy - Verify status — check rollout, pod health, and service endpoints
- Debug issues — inspect logs, describe resources, exec into pods