I build and operate the infrastructure other engineers deploy to. In practice that means Google Cloud described in Terraform, workloads running on GKE, pipelines in GitLab that carry a commit all the way to production, and secrets that live in Vault instead of a repository.
I came to cloud work through Linux operations, and I think that is the right order. Before GKE there were production servers and 100+ client sites — DNS records, certificate renewals, mail deliverability, migrations run at night, and incidents where service has to come back first and the root cause second. That work sets your standard for what ready means.
On DeepSocial and Agent4All I led the technical side: choosing how things get deployed, writing those decisions down so they outlast me, reviewing infrastructure changes, and keeping the team unblocked when production has an opinion of its own.
Cloud platforms
Google Cloud footprints written in Terraform — VPC, IAM, GKE node pools, remote state — so an environment is a file, not a memory.
Delivery
GitLab pipelines that take a commit to production: build, test, image, rollout, health check. No manual steps in the middle.
Operations
Linux, hosting, DNS, SSL and mail in production, and the incident response that goes with them at the hour it breaks.
Leadership
Technical direction for small teams: choosing the deployment model, writing the decisions down, reviewing the changes.