skills/smithery.ai/bobmatnyc-kubernetes

bobmatnyc-kubernetes

Installation
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: readinessProbe and startupProbe for safe rollouts
  • Resources: set requests/limits to prevent noisy-neighbor failures
  • Security: run as non-root and grant least privilege

Load Next (References)

Installs
1
First Seen
Feb 28, 2026
bobmatnyc-kubernetes from smithery.ai