references/debugging-runbook.md — common failure modes and a fast triage flow
references/security-hardening.md — pod security, RBAC, network policy, supply chain
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: bobmatnyc-claude-mpm-skills-kubernetes3description: Kubernetes4---56# Kubernetes78## Quick Start (kubectl)910```bash11kubectl describe pod/<pod> -n <ns>12kubectl get events -n <ns> --sort-by=.lastTimestamp | tail -n 3013kubectl logs pod/<pod> -n <ns> --previous --tail=20014```1516## Production Minimums1718- Health: `readinessProbe` and `startupProbe` for safe rollouts19- Resources: set `requests`/`limits` to prevent noisy-neighbor failures20- Security: run as non-root and grant least privilege2122## Load Next (References)2324- `references/core-objects.md` — choose the right workload/controller and service type25- `references/rollouts-and-probes.md` — probes, rollouts, graceful shutdown, rollback26- `references/debugging-runbook.md` — common failure modes and a fast triage flow27- `references/security-hardening.md` — pod security, RBAC, network policy, supply chain2829---30> Converted and distributed by [TomeVault](https://tomevault.io/claim/bobmatnyc) — claim your Tome and manage your conversions.31<!-- tomevault:4.0:skill_md:2026-04-11 -->
Run npx skillmds@latest add tomevault-io/bobmatnyc-claude-mpm-skills-kubernetes in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Kubernetes It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.