CI/CD Foundations
CI/CD Foundations Lab Sprint
Wire a Git-backed pipeline with staged checks, artifact promotion, and rollback-ready releases using the same guardrails we use in live platform work.
- Duration
- 5 weeks · 6 lab blocks
- Format
- Guided cohort + async drills
- Skill level
- Intermediate
- Certification track
- None
₩420,000
Tuition is informational on this static site—no checkout or payment capture here.
This cohort walks you from empty repository to a repeatable delivery path. You configure branch protections, compose quality gates, and practice promotion across staging rings. The emphasis stays on observable steps rather than toolchain trivia, so you can port the mental model to your employer’s stack.
What is included
- Branching model with protected main and release tags
- Quality gates: lint, unit tests, contract checks, SBOM stub
- Artifact repository layout with immutable builds
- Deployment rings with health probes and automated halt
- Runbook templates for rollback and incident notes
- Metrics hooks for lead time and change failure rate
- Peer review lab with annotated diffs and decision log
Outcomes
- Ship a green pipeline that blocks merges on failed checks
- Document a promotion path stakeholders can read without jargon
- Instrument one DORA-style metric your team agrees to track weekly
Lead instructor
Minseo Park
Program director focused on cohort design and measurable delivery habits.
FAQ
Recent participant notes
The promotion-ring exercise finally made our staging handoffs legible to product. I still reuse the halt checklist from week four.
Clear pacing, though the contract-test module felt tight for our monolith. Mentor feedback on our pipeline YAML was the standout.