kubernetes-deployment-patterns
✓Kubernetes-Bereitstellungsstrategien und Arbeitslastmuster für Anwendungen in Produktionsqualität. Verwendung bei der Bereitstellung auf Kubernetes, der Implementierung von Rollout-Strategien oder dem Entwurf cloudnativer Anwendungsarchitekturen.
Installation
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-Bereitstellungsstrategien und Arbeitslastmuster für Anwendungen in Produktionsqualität. Verwendung bei der Bereitstellung auf Kubernetes, der Implementierung von Rollout-Strategien oder dem Entwurf cloudnativer Anwendungsarchitekturen. Quelle: nickcrew/claude-ctx-plugin.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill kubernetes-deployment-patterns- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist kubernetes-deployment-patterns?
Kubernetes-Bereitstellungsstrategien und Arbeitslastmuster für Anwendungen in Produktionsqualität. Verwendung bei der Bereitstellung auf Kubernetes, der Implementierung von Rollout-Strategien oder dem Entwurf cloudnativer Anwendungsarchitekturen. Quelle: nickcrew/claude-ctx-plugin.
Wie installiere ich kubernetes-deployment-patterns?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill kubernetes-deployment-patterns Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/nickcrew/claude-ctx-plugin
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01