Skip to content
OpenSmartRoute
Skillv1.0.0

kubernetes

Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging

by bobmatnyc(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from bobmatnyc/claude-mpm-skills (universal/infrastructure/kubernetes/SKILL.md) via skills.sh. Install upstream with npx skills add bobmatnyc/claude-mpm-skills --skill kubernetes. Copyright stays with the author (MIT).

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

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/bobmatnyc-claude-mpm-skills-kubernetes/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

bobmatnyc-claude-mpm-skills-kubernetes.ocm.jsonjson
{
  "ocm": "1",
  "id": "bobmatnyc-claude-mpm-skills-kubernetes",
  "kind": "skill",
  "name": "kubernetes",
  "description": "Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging",
  "publisher": "bobmatnyc",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "kubernetes",
      "k8s",
      "infrastructure",
      "deployment",
      "operations",
      "reliability",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/bobmatnyc/claude-mpm-skills",
      "path": "universal/infrastructure/kubernetes/SKILL.md",
      "ref": "HEAD",
      "url": "https://www.skills.sh/bobmatnyc/claude-mpm-skills/kubernetes",
      "key": "bobmatnyc/claude-mpm-skills/universal/infrastructure/kubernetes/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Kubernetes\n\n## Quick Start (kubectl)\n\n```bash\nkubectl describe pod/<pod> -n <ns>\nkubectl get events -n <ns> --sort-by=.lastTimestamp | tail -n 30\nkubectl logs pod/<pod> -n <ns> --previous --tail=200\n```\n\n## Production Minimums\n\n- Health: `readinessProbe` and `startupProbe` for safe rollouts\n- Resources: set `requests`/`limits` to prevent noisy-neighbor failures\n- Security: run as non-root and grant least privilege\n\n## Load Next (References)\n\n- `references/core-objects.md` — choose the right workload/controller and service type\n- `references/rollouts-and-probes.md` — probes, rollouts, gracefu",
  "cost": {
    "context_tokens": 197
  }
}

Fetch it by URL: GET /api/v1/registry/bobmatnyc-claude-mpm-skills-kubernetes/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.