Moodify Deployment Runbook
Description
Comprehensive deployment procedures, runbooks, and operational guidelines for Moodify production environments.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for hoangsonww/Moodify-Emotion-Music-App, shared by 3 entries
in this directory. It describes the repository, not this entry specifically.
Moodify Deployment Runbook
Comprehensive deployment procedures, runbooks, and operational guidelines for Moodify production environments.
Table of Contents
- Deployment Overview
- Quick Start
- Pre-Deployment Checklist
- Deployment Procedures
- Rollback Procedures
- Incident Response
- Operational Runbooks
- Monitoring and Alerting
- Infrastructure Components
Deployment Overview
Deployment Architecture
Moodify employs a production-ready, cloud-native deployment architecture with multiple deployment strategies and comprehensive automation:
**Key Features:**
- π΅π’ Blue-Green Deployment: Instant traffic switching with zero downtime
- π€ Canary Deployment: Progressive rollout with traffic-based validation
- π Automated CI/CD: Comprehensive Jenkins pipeline with quality gates
- π‘οΈ Security: Multi-layer security scanning (SAST, DAST, container scanning)
- π Monitoring: Real-time metrics, health checks, and automated alerting
- π Automated Rollback: Instant rollback capabilities on failure detection
- βΈοΈ Kubernetes: Container orchestration with auto-scaling
- π Traffic Management: Istio service mesh with advanced routing
Deployment Strategies
Moodify supports three deployment strategies:
1. Blue-Green Deployment (Recommended)
**Use Case**: Major releases, critical updates
**Benefits:**
- Instant rollback capability
- Zero downtime
- Full environment validation before traffic switch
- Easy A/B testing
**How it works:**
- Deploy new version to inactive environment (Green)
- Run comprehensive tests on Green
- Switch traffic from Blue to Green
- Keep Blue as instant rollback option
**Script:** `./scripts/deployment/blue-green-deploy.sh`
2. Canary Deployment (Progressive Rollout)
**Use Case**: Gradual rollouts, risk mitigation, feature flags
**Benefits:**
- Progressive traffic increase (10% β 25% β 50% β 100%)
- Early issue detection with minimal user impact
- Automated rollback on error threshold breach
- Real-time monitoring at each stage
**How it works:**
- Deploy canary version alongside stable
- Route 10% traffic to canary
- Monitor metrics for 5 minutes
- Progressively increase traffic if healthy
- Promote to 100% or rollback on issues
**Script:** `./scripts/deployment/canary-deploy.sh`
3. Rolling Deployment
**Use Case**: Minor updates, patches
**Benefits:**
- Simple and straightforward
- Gradual pod replacement
- Built into Kubernetes
**Recommended for:** Non-critical updates,
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k β) - Lightweight coding agent that runs in your terminal.
src/agents/ β 11 Agent Definitions
**Generated:** 2026-04-11