~/topics/infrastructure

infrastructure

everything written here about running production alone — enterprise-grade infra on a budget, docker swarm's silent lies, and a build that was 46 releases behind without failing once

one person, real production, no platform team. these posts are what that actually costs.

what does this blog cover about infrastructure?

the solo-founder stack first: what enterprise-grade actually means when it is just you and your wallet, and which parts of the expensive playbook are worth copying at one-person scale.

then the failures, which are the useful part. docker stack deploy silently dropping a command that docker compose config renders perfectly — along with three other swarm behaviours that fail without an error. and a production build that ran 46 hugo releases behind local for months: every deploy green, every config key i added silently ignored, and a fix that shipped broken for two days because the key that fixed it did not exist in the version doing the building.

the common thread is silence. none of these failed loudly. the compose key rendered, the build went green, the service came up — and the thing i asked for simply was not there. that is the failure mode worth writing about, because it is the one no alert catches.

the deployment side is under goshipping a single self-contained binary in particular.