Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
bobmatnyc avatar

Kubernetes

  • 275 installs
  • 63 repo stars
  • Updated July 18, 2026
  • bobmatnyc/claude-mpm-skills

Deploy, scale, and operate containerized apps on Kubernetes with manifests, services, ingress, health checks, and rollout practices.

About

Provides Kubernetes operations knowledge for running production workloads: deployments, services, ingress, config maps, secrets, probes, scaling, rollouts, and troubleshooting for SaaS APIs and containerized services.

  • Deployment manifests
  • Service and ingress setup
  • Health probes and rollouts
  • Resource limits and scaling
  • Cluster troubleshooting

Kubernetes by the numbers

  • 275 all-time installs (skills.sh)
  • Ranked #349 of 1,435 DevOps & CI/CD skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/bobmatnyc/claude-mpm-skills --skill kubernetes

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs275
repo stars63
Last updatedJuly 18, 2026
Repositorybobmatnyc/claude-mpm-skills

What it does

Deploy, scale, and operate containerized apps on Kubernetes with manifests, services, ingress, health checks, and rollout practices.

Files

SKILL.mdMarkdownGitHub ↗

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

Related skills

DevOps & CI/CDdeployinframonitoring

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.