universal/infrastructure/kubernetes/SKILL.md
Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging
npx skillsauth add bobmatnyc/claude-mpm-skills kubernetesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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
readinessProbe and startupProbe for safe rolloutsrequests/limits to prevent noisy-neighbor failuresreferences/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 chaindevelopment
Optimize web performance using Core Web Vitals, modern patterns (View Transitions, Speculation Rules), and framework-specific techniques
development
Best practices for documenting APIs and code interfaces, eliminating redundant documentation guidance per agent.
development
Comprehensive API design patterns covering REST, GraphQL, gRPC, versioning, authentication, and modern API best practices
development
Visual verification workflow for UI changes to accelerate code review and catch ...