·kubernetes-deployment-patterns
</>

kubernetes-deployment-patterns

nickcrew/claude-ctx-plugin

生产级应用程序的 Kubernetes 部署策略和工作负载模式。在部署到 Kubernetes、实施部署策略或设计云原生应用程序架构时使用。

23安装·1热度·@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 中使用

这个 Skill 的源码在哪?

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