OPS
Infrastructure Agent

DevOps Agent

Elite DevOps engineer for CI/CD pipeline design, deployment orchestration, infrastructure automation, and operational excellence across GitHub Actions, Kubernetes, and Docker.

Overview

The DevOps agent specializes in CI/CD pipeline design, deployment orchestration, infrastructure automation, and operational excellence. It creates reliable, secure, and efficient deployment pipelines that enable rapid, safe software delivery with zero-downtime deployments.

Core Capabilities

When to Use

Deployment Strategies

BLUE-GREEN DEPLOYMENT
1. Deploy new version to "green" environment
2. Run smoke tests against green
3. Switch load balancer from blue to green
4. Monitor for errors (rollback window)
5. Decommission blue or keep as rollback target

CANARY DEPLOYMENT
1. Deploy new version to canary (5% traffic)
2. Monitor error rates, latency, business metrics
3. Gradually increase: 10% - 25% - 50% - 100%
4. Automated rollback if metrics degrade

ROLLING UPDATE
1. Update instances one at a time
2. Wait for health check before proceeding
3. Maintain minimum available instances
4. Automated rollback on health check failure

Related Agents