kubernetes

bobmatnyc/claude-mpm-skills · updated Apr 8, 2026

$npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill kubernetes
0 commentsdiscussion
summary

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: 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)

  • references/core-objects.md — choose the right workload/controller and service type
  • references/rollouts-and-probes.md — probes, rollouts, graceful shutdown, rollback
  • references/debugging-runbook.md — common failure modes and a fast triage flow
  • references/security-hardening.md — pod security, RBAC, network policy, supply chain

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.651 reviews
  • Dhruvi Jain· Dec 28, 2024

    Solid pick for teams standardizing on skills: kubernetes is focused, and the summary matches what you get after install.

  • Sakura Torres· Dec 28, 2024

    kubernetes reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ishan Khanna· Dec 24, 2024

    kubernetes has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Camila Tandon· Dec 8, 2024

    I recommend kubernetes for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Ava Yang· Dec 4, 2024

    Useful defaults in kubernetes — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Noor Thompson· Nov 27, 2024

    kubernetes reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Yusuf Gill· Nov 23, 2024

    Registry listing for kubernetes matched our evaluation — installs cleanly and behaves as described in the markdown.

  • Oshnikdeep· Nov 19, 2024

    We added kubernetes from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Ishan Malhotra· Nov 19, 2024

    I recommend kubernetes for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Isabella Farah· Nov 19, 2024

    Keeps context tight: kubernetes is the kind of skill you can hand to a new teammate without a long onboarding doc.

showing 1-10 of 51

1 / 6