DevOps Foundations
CI/CD, IaC, monitoring, observability, SRE mindset.
Overview
Adopt DevOps principles to shorten feedback loops and improve reliability. Learn CI/CD, IaC and observability basics.
Design simple pipelines, version infrastructure, monitor services and practice blameless postmortems.
Syllabus
- DevOps culture: collaboration, automation, measurement, sharing
- CI/CD fundamentals: build, test, deploy pipelines
- Infrastructure as Code: declarative configs and drift
- Secrets, configs and environment promotion basics
- Monitoring vs observability, SLI/SLO/alerts basics
- Incident response and postmortem discipline
- Change management: canary, blue‑green, feature flags
- Hands‑on: build a minimal CI/CD pipeline