Yushkov Blog

IT infrastructure · DevOps · Cloud

Creators vs Maintainers

Started as a maintainer, always envied creators — until infrastructure became my thing. Now building it from scratch: for free or for hire.

2 min read

AWS NACL: deny rule vs split allow rule

Two ways to close a port in AWS NACL. Why the "obvious" choice breaks at scale, and how the stateless nature forces explicit port ranges.

3 min read

I like metrics

Built a custom status page from scratch, on why automation beats alerting — and why a simple script beats AI for predictable failures.

2 min read
Kubernetes cluster: what a quick snapshot shows

Kubernetes cluster: what a quick snapshot shows

One-time k8s cluster snapshot — no monitoring, no long-running setup. A script that surfaces issues while you're still on the call with a client.

1 min read
You lost $35,000. Want to know where?

You lost $35,000. Want to know where?

A one-time AWS snapshot that shows exactly where money is leaking. No billing deep-dives, no fear of breaking prod. Every client found waste.

1 min read

They asked me to share the most memorable projects.

They asked for a star story. There isn't one. A serverless startup, two DevOps engineers, a couple of months. Just regular work — and that's the point.

1 min read

I couldn't explain what I do.

I tried explaining servers and the cloud to a tech-savvy adult. Complete failure. How do you explain these concepts without jargon or lengthy lectures?

1 min read

It started with the D drive.

From Windows D drive tricks to Docker containers — the same idea, twenty years apart.

1 min read
This is Mr. Cody

This is Mr. Cody

Mr. Cody from Interstate 60 kept a notebook for liars. 'Everyone says' on LinkedIn is the same lie — no data, just hype.

1 min read

Prometheus is free. Until you actually count.

Real production cluster: monitoring alone takes 20+ pods and 9.5 GB RAM. What 'free' Prometheus actually costs in resources, time, and attention.

2 min read

You Don't Have Prod. You Have an MVP.

If your customer told you prod was down before your team did — you don't have production. You have an MVP.

1 min read

DB is read-only, nothing works.

How a hardcoded Helm value triggered an infinite exception loop that filled the disk and took down a managed OVH database. There was a backup. Lucky.

1 min read

Bitnami Charts: 500 Lines Is Not a Bug

I criticized Bitnami Helm charts for being too complex — then wrote my own. Ten iterations later I hit 220 lines. Universality has a price.

1 min read

I spent two hours doing it right. I was wrong.

2 hours building CodeBuild, Terraform, and VPC endpoints to fix a CircleCI timeout in AWS China. Then I ran the numbers. The simple fix was already there.

3 min read
Why DevOps Engineers Hate Updates

Why DevOps Engineers Hate Updates

From MS Authenticator's giant font to Ubuntu dropping /usr/bin/python — updates break things. This isn't laziness. It's learned pain.

1 min read

The Cheap DevOps Timer

When you agree to a low hourly rate, price determines attitude — in both directions. Here's the system I built to stay sane.

1 min read
The Gluu Affair

The Gluu Affair

The service went down. Monitoring was silent. The client messaged first. Found a ghost, twelve backup layers, and two bugs that had been cancelling each other out.

8 min read
FinOps: do you actually need one?

FinOps: do you actually need one?

When does a dedicated FinOps engineer actually pay off? The math, the authority trap, and what works when your cloud bill is under $500K/year.

3 min read
Ran the same API on AWS and GCP.

Ran the same API on AWS and GCP.

Same API, 15M requests/month: AWS Lambda $33 vs GCP Cloud Functions $16. Real cost breakdown and why architecture saves more than provider choice.

2 min read

Your CI/CD pipeline is lying to you.

Push-based CI/CD says green while production drifts. Why ArgoCD's pull model catches what Jenkins misses — and who really controls your production.

2 min read
Still paying $367/month for shared ALB in GCP?

Still paying $367/month for shared ALB in GCP?

Nginx-Ingress + Cert-Manager in GKE vs managed ALB: cost breakdown, trade-offs, and when to choose each. From $367/month to $40-55 for 20 services.

1 min read