Home / Services / Cloud & DevOps
SVC/OPS — Cloud & DevOps
Infrastructure you can rebuild from a repository.
The test of an infrastructure setup is simple: if the environment vanished tonight, could you recreate it tomorrow from what is in version control? Most organisations discover the answer at the worst possible moment.
CAP/ — Capabilities
What we run.
OPS/ARCH
Cloud architecture
AWS, OCI and GCP designs sized for what you actually run, with the cost implications stated before you commit to them.
OPS/IAC
Infrastructure as code
Terraform or OpenTofu, with state handled properly and a plan you can read in review. No resources created by hand in a console.
OPS/CI
CI/CD pipelines
Build, scan, deploy, notify. Gated on things worth gating on, and silent when everything is fine.
OPS/OBS
Observability
Metrics, logs and uptime checks, with alerts tuned so that a notification means somebody needs to act.
OPS/CNT
Containers & orchestration
Docker Compose where that is enough — and it usually is — Kubernetes when the scale genuinely warrants the complexity.
OPS/COST
Cost review
Finding the idle instances, the oversized databases, and the egress charges nobody attributed to anything.
REF/ — Reference design
A deploy pipeline with a gate that means something.
This is the pipeline running behind this site. Note the direction of the arrows into the server: the private network initiates the deploy, and nothing inbound is required — which is what lets the source of truth stay off the public internet entirely.
PRN/ — Principles
Opinions we'll bring.
RD/ — Related reading
A deploy pipeline that refuses to ship known-vulnerable images
Scanning is easy. Making it a gate that survives contact with a deadline is the real problem.
Read →Your cloud firewall rules probably don't do what you think
Two firewall layers, and a container runtime writing rules around one of them.
Read →A hardened public VPS with a push-based deploy pipeline
The infrastructure serving this site, described in full.
Read →CTA/ — Infrastructure work
Want a second opinion on your setup?
An architecture review is often the cheapest useful thing we do — a couple of days, a written findings list, and no obligation to do the remediation with us.
Start a conversation →