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

  1. Write manifests — define workloads and services in YAML
  2. Apply to cluster — use kubectl apply -f to deploy
  3. Verify status — check rollout, pod health, and service endpoints
  4. Debug issues — inspect logs, describe resources, exec into pods

Quick Start Example

Related skills

More from teachingai/full-stack-skills

Installs
40
GitHub Stars
381
First Seen
Jan 24, 2026