🔄 DevOps
The practice and the pipelines. Build → test → ship → operate, all as code.
CI/CD
Pipeline engines
- GitHub Actions
- GitLab CI
- Jenkins
- Azure DevOps Pipelines
GitOps / Deployment
- ArgoCD
- Flux
- Helm
- Kustomize
Deployment strategies
- Blue/green
- Canary
- Rolling
- Feature flags
Infrastructure as Code
- Terraform / OpenTofu
- Ansible
- Pulumi
- CloudFormation / Bicep
- → see Automation-IaC
Release management
- Semantic versioning
- Changelog automation
- Artifact promotion
Artifact management
- Container registries → see 📦 Containers MOC
- Nexus / Artifactory
- Package registries (npm, PyPI, Maven)
Observability of pipelines
- Build metrics
- Deployment tracking
- → see Observability
All DevOps notes
TABLE WITHOUT ID file.link AS "Note", type AS "Type", tags AS "Tags"
FROM "06 - DevOps"
WHERE type != "moc"
SORT file.folder ASC, file.name ASC