スキル一覧に戻る
bobmatnyc

kubernetes

by bobmatnyc

Curated collection of Claude Code skills for intelligent project development with progressive loading and toolchain detection

7🍴 2📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: kubernetes description: "Kubernetes operations playbook for deploying services: core objects, probes, resource sizing, safe rollouts, and fast kubectl debugging" 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

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

スコア

総合スコア

70/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です