with one click
kubernetes
Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging
Menu
Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging
| name | kubernetes |
| description | Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging |
| user-invocable | false |
| disable-model-invocation | true |
| version | 1.0.0 |
| category | universal |
| author | Claude MPM Team |
| license | MIT |
| progressive_disclosure | {"entry_point":{"summary":"Operate Kubernetes workloads with safe rollouts, health probes, resource sizing, and fast kubectl debugging","when_to_use":"When deploying services to Kubernetes, diagnosing cluster/runtime issues, or hardening workloads for production readiness","quick_start":"1. Inspect: kubectl get/describe 2. Check events/logs 3. Add probes + requests/limits 4. Roll out safely 5. Validate endpoints"},"token_estimate":{"entry":150,"full":9000}} |
| context_limit | 900 |
| tags | ["kubernetes","k8s","infrastructure","deployment","operations","reliability"] |
| requires_tools | ["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
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 chainPM-invocable protocol for Cargo publish and release operations in the trusty-tools Rust monorepo: semver rules, 10-step release sequence, macOS codesign safety, and cross-crate dependency ordering
PM-invocable protocol for running and interpreting Rust quality gates in the trusty-tools monorepo: fmt, clippy, and test in strict sequence before any merge
Reliably drive the GitHub gh CLI for issue, PR, and label operations in automation and subagent environments, with pre-flight verification so you never fabricate a success or a fake issue URL.
Six-stage quality-gate pipeline for any code implementation task
Severity-tagged code review checklist (CRITICAL/HIGH/MEDIUM/LOW) used by code-critic agent
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.