Orchestrates multi-stage deployment pipelines with Kubernetes, CI/CD platforms, and strategies like blue-green, canary, rolling updates across dev/staging/prod.
From deployment-pipeline-orchestratornpx claudepluginhub nickloveinvesting/nick-love-plugins --plugin deployment-pipeline-orchestratorThis skill is limited to using the following tools:
assets/README.mdassets/example_config.yamlassets/pipeline_template.yamlreferences/README.mdscripts/README.mdscripts/init_pipeline.shProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Orchestrate multi-stage deployment pipelines that coordinate builds, tests, approvals, and releases across environments (dev, staging, production). Implement deployment strategies including blue-green, canary, rolling updates, and feature flags using Kubernetes, cloud-native services, and CI/CD platforms.
kubectl access or cloud deployment target (ECS, Cloud Run, App Engine)| Error | Cause | Solution |
|---|---|---|
ImagePullBackOff | Image tag not found in registry or auth failure | Verify image exists with docker manifest inspect; check imagePullSecrets |
CrashLoopBackOff | Application failing to start in new version | Check pod logs with kubectl logs; verify environment variables and config maps |
Canary analysis failed | Error rate or latency exceeded threshold during canary | Automatic rollback triggered; investigate logs from canary pods before retrying |
Deployment stuck in Progressing | Insufficient resources or pod scheduling failure | Check kubectl describe deployment for events; verify resource requests and node capacity |
Database migration failed | Schema conflict or lock timeout | Run migrations independently before deployment; add retry logic and connection timeout |