kubernetes
SKILL.md
Kubernetes
Quick Start (kubectl)
kubectl describe pod/<pod> -n <ns>
kubectl get events -n <ns> --sort-by=.lastTimestamp | tail -n 30
kubectl logs pod/<pod> -n <ns> --previous --tail=200
Production Minimums
- Health:
readinessProbeandstartupProbefor safe rollouts - Resources: set
requests/limitsto prevent noisy-neighbor failures - Security: run as non-root and grant least privilege
Load Next (References)
references/core-objects.md— choose the right workload/controller and service typereferences/rollouts-and-probes.md— probes, rollouts, graceful shutdown, rollbackreferences/debugging-runbook.md— common failure modes and a fast triage flowreferences/security-hardening.md— pod security, RBAC, network policy, supply chain
Weekly Installs
1
Repository
mindrally/skillsInstalled on
windsurf1
opencode1
codex1
claude-code1
antigravity1
gemini-cli1