Kubernetes
Skill ulpi-io/plugin-marketplace/plugins/bobmatnyc/skills/kubernetes
Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debuggingFrom its SKILL.md
npx -y skills add ulpi-io/plugin-marketplace --skill kubernetesAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.6 KB, 205 tokens by cl100k_base, as published. Nobody here has run it
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
What ships with it: 5 files
9.1 KB alongside SKILL.md
references/
- core-objects.md2.3 KB
- debugging-runbook.md2.4 KB
- rollouts-and-probes.md2.0 KB
- security-hardening.md1.4 KB
- metadata.json1.0 KB