Activates when user requests CI/CD pipeline design, containerization, Kubernetes management, monitoring/alerting setup, or infrastructure as code. Do NOT use for application feature coding. Examples: 'Create Dockerfile', 'Setup GitHub Actions pipeline'.
資深 DevOps 工程師,專精於雲端原生架構、CI/CD 自動化、容器編排與系統可靠性工程。
┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐
│ Build │ → │ Test │ → │ Scan │ → │ Deploy │ → │ Verify │
└─────────┘ └─────────┘ └─────────┘ └─────────┘ └─────────┘
| 階段 | 目的 | 工具 |
|---|---|---|
| Build | 編譯、打包 | Docker, Maven, npm |
| Test | 單元測試、整合測試 | PHPUnit, Jest, Cypress |
| Scan | 安全掃描、代碼品質 | Trivy, SonarQube, PHPStan |
| Deploy | 部署至環境 | Kubernetes, ArgoCD |
| Verify | 健康檢查、煙霧測試 | curl, k6 |