CI/CD ExplainedΒΆ
The tutorials showed you how to build a pipeline. This section explains why the pieces work the way they do, and the ideas behind them.
These pages are for understanding, not step-by-step practice. Read them when you want the mental model behind a feature.
TopicsΒΆ
-
Fundamentals
What CI/CD is, and the difference between CI, delivery, and deployment.
-
Pipelines
How a pipeline is structured, and what makes it run.
-
GitOps
Git as the source of truth, and how reconciliation keeps a cluster in line.