07 · Journal · DevOps & CI/CDVol. 10 · Q2 2026kleiotechnology.com

DevOps and CI/CD, the way we set it up.

Pipelines that ship daily. Trunk-based, signed artifacts, ephemeral previews, rollback in seconds.

Habakkuk 2:2

Write the vision, and make it plain upon tables, that he may run that readeth it.

§ I — Cover concept

The context behind the article.

Journal 022
4 min
Image direction

DevOps & CI/CD
4 min
Article

Pipelines that ship daily. Trunk-based, signed artifacts, ephemeral previews, rollback in seconds.

Why it belongs in the journal

This entry exists to make the operating logic visible: not just the system we would build, but the constraint, tradeoff, or failure mode that forced the architecture to matter in the first place.

§ II — Article

DevOps and CI/CD, the way we set it up.

The pipeline is the product

Most engineering organizations underrate how much their delivery pipeline shapes the work that gets done. Slow pipelines produce big, batched, risky deployments. Fast pipelines produce small, boring, frequent ones — and the team's behavior follows.

When we set up CI/CD for a client, the goal is for the pipeline to disappear into the background.

What we put in place

  • Trunk-based development with short-lived branches and automated checks per commit
  • Signed artifacts so what runs in production is provably what was reviewed
  • Ephemeral preview environments for every pull request, torn down on merge
  • One-command rollback — usually a deployment record flip, not a re-deploy
  • Deployment metrics on the same dashboard as product metrics

The metrics we care about

Frequency, lead time, change failure rate, mean time to recovery. The DORA four are not novel, but very few teams measure them honestly. We instrument them on day one and watch them move.

What a good CI/CD month looks like

Twenty to a hundred deployments per service. Most of them noticed only because a flag flipped. The team spending its energy on the work, not on shipping the work.


A pipeline you have to think about is a pipeline that is still under construction.

§ III — Reading note

What the article is really about.

Operating tension

Pipelines that ship daily. Trunk-based, signed artifacts, ephemeral previews, rollback in seconds. In practice, the hard part is usually not implementation syntax but aligning delivery, controls, and operator trust so the thing can survive contact with a real team.

Kleio view

We treat these articles as public design memos: short, opinionated, and anchored in systems that have to be bought, operated, and defended long after launch week.

§ III — Continue reading

Three adjacent articles.

Season