·kubernetes-deployment-patterns
</>

kubernetes-deployment-patterns

nickcrew/claude-ctx-plugin

運用グレードのアプリケーションのための Kubernetes 導入戦略とワークロード パターン。 Kubernetes へのデプロイ時、ロールアウト戦略の実装時、またはクラウドネイティブ アプリケーション アーキテクチャの設計時に使用します。

23インストール·0トレンド·@nickcrew

インストール

$npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill kubernetes-deployment-patterns

SKILL.md

Expert guidance for production-grade Kubernetes deployments covering deployment strategies, workload types, configuration management, resource optimization, and autoscaling patterns for cloud-native applications.

Rolling Update: Gradually replace old pods with new ones (zero-downtime, default) Recreate: Terminate all old pods before creating new ones (brief downtime) Blue-Green: Run two environments, switch traffic instantly (2x resources) Canary: Gradually shift traffic to new version while monitoring (risk mitigation)

Deployment: Stateless applications (web servers, APIs, microservices) StatefulSet: Stateful applications (databases, message queues) DaemonSet: Node-level services (log collectors, monitoring agents) Job: One-time tasks (batch processing, migrations) CronJob: Scheduled tasks (backups, periodic reports)

運用グレードのアプリケーションのための Kubernetes 導入戦略とワークロード パターン。 Kubernetes へのデプロイ時、ロールアウト戦略の実装時、またはクラウドネイティブ アプリケーション アーキテクチャの設計時に使用します。 ソース: nickcrew/claude-ctx-plugin。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill kubernetes-deployment-patterns
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

kubernetes-deployment-patterns とは?

運用グレードのアプリケーションのための Kubernetes 導入戦略とワークロード パターン。 Kubernetes へのデプロイ時、ロールアウト戦略の実装時、またはクラウドネイティブ アプリケーション アーキテクチャの設計時に使用します。 ソース: nickcrew/claude-ctx-plugin。

kubernetes-deployment-patterns のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill kubernetes-deployment-patterns インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/nickcrew/claude-ctx-plugin