Tổng quan DevOps
Các công cụ hỗ trợ DevOps trong quy trình deploy, bảo mật, và monitoring.Các lệnh chính
Deploy Checklist
/deploy-checklist — Kiểm tra trước khi deploy.Security
Quét bảo mật: vulnerability scan, audit, STRIDE/OWASP.
Health Check
/health-check — Kiểm tra sức khỏe hệ thống.CI/CD
GitHub Actions workflow cho CI/CD.
Incident Response
/incident-response — Xử lý sự cố production.Code Quality
/code-health, /debt-analysis — Đánh giá sức khỏe codebase.Compliance
/compliance-check — GDPR, SOC2, HIPAA, PCI-DSS.Performance
/benchmark, /profile — Load testing, profiling.Workflow DevOps
Công cụ bổ sung
| Lệnh | Mô tả |
|---|---|
engineering:deploy-checklist | Deploy checklist từ Anthropic Plugin |
engineering:incident-response | Xử lý sự cố production |
/vulnerability-scan | Quét CVE, dependency analysis |
/audit | Security audit toàn diện |
/benchmark | Load testing, performance benchmarking |
/profile | Performance profiling |
Infrastructure Stack
| Thành phần | Công nghệ |
|---|---|
| CI/CD | GitHub Actions |
| Container | Docker + Docker Compose |
| Cloud | Tùy dự án (DigitalOcean, AWS, GCP) |
| Monitoring | Tùy dự án |
| Secrets | GitHub Secrets / .env (never commit) |