docs/ja-JP/skills/deployment-patterns/SKILL.md
Kubernetes、Docker、Vercel、クラウドプロバイダーにおけるデプロイメントパターンと戦略。ブルーグリーン、カナリア、ローリングデプロイメント、ゼロダウンタイムアップグレード。
npx skillsauth add ysyecust/everything-claude-code deployment-patternsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本番環境でのデプロイメント戦略とパターン。
古いポッドを段階的に新しいものと置き換え。デフォルトで安全。
spec:
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 0
2つの完全な環境。即座にスイッチ可能。
トラフィックのわずかなパーセンテージを新バージョンに。段階的に増加。
詳細については、ドキュメントを参照してください。
tools
日本語翻訳:このファイルは production-scheduling 用の日本語翻訳が必要です
testing
日本語翻訳:このファイルは production-audit 用の日本語翻訳が必要です
tools
日本語翻訳:このファイルは product-lens 用の日本語翻訳が必要です
tools
日本語翻訳:このファイルは product-capability 用の日本語翻訳が必要です