NMNisarg Makwanaindaily-devops-logs.hashnode.dev·12h ago · 2 min readDay 1 of My DevOps Journey: Fundamentals + Networking BasicsAbout me I'm Nisarg Makwana, currently working as a Java Developer and in my final year of a Computer Science Engineering degree. Starting today, I'm learning DevOps from scratch and documenting the p00
FFerinferztyle.me·14h ago · 29 min readBuild an MCP Server in Go (Part 2): Building the MCP tool layerPart 1 designs the KubeClient interface this post builds on. If you haven't read it, the short version: a read-only, domain-composed Kubernetes client, pods, events, workloads, nodes, network, config,00
GIGinny Ibeinginnyibe.hashnode.dev·9h ago · 5 min readHow a Git pre-commit hook and an AI code review skill worked together to catch a security mistake before it shipped.I watched Git reject my commit before it ever reached GitHub. At first, it felt like something had gone wrong. Then I realized something important: it worked exactly as I designed it to. This week, du00
FFerinferztyle.me·14h ago · 24 min readBuild an MCP Server in Go (Part 1): Designing a diagnostic-grade Kubernetes clientThis post designs the Kubernetes client. The next post wraps it as an MCP server and wires it to an agent. Asking instead of running There's a familiar rhythm to debugging a bad deploy: kubectl get po00
LKLwin Ko Koinlwinkoko.hashnode.dev·10h ago · 3 min readStop Sending AWS Invoices Manually: Automating Finance Delivery with Lambda and TerraformEvery month, someone has to log in to AWS, download the invoice, and send it to Finance. It’s simple work, but it’s also repetitive work. So I automated it. The result is a small serverless workflow t00
CTCan Türkiniamcanturk.hashnode.dev·8h ago · 5 min readI Wrote a Doctor for My DockerOne evening, at the end of a long day, I typed docker ps and just stared at the output for a while. Twenty-six containers. I remembered what some of them were for; the rest were things I'd spun up mon00
MKMudassir Khaninmudassirworks.hashnode.dev·8h ago · 10 min readLiteLLM vs OpenRouter: When to Self Host Your LLM Gateway and When Not ToThe LiteLLM vs OpenRouter question looks like a feature comparison and is really an operating model choice. One is a proxy you run inside your own infrastructure. The other is a managed endpoint you c00
BBalajiinbalajidevops.hashnode.dev·9h ago · 11 min read A DevOps Engineer's Real Guide to AWS MonitoringYour phone buzzes. PagerDuty. Production is down. You SSH into a box, tail some logs, squint at a dashboard that hasn't been updated since the intern left, and spend the next forty minutes guessing wh00
RDRojarani Daasariinrojadaasari.hashnode.dev·10h ago · 6 min readAWS Security Groups vs NACLs: How Traffic Is Controlled Inside a VPCWhen you build an application on AWS, simply placing it inside a VPC is not enough. You also need to control who can access the application, which ports are allowed, and what traffic should be blocked00
LKLwin Ko Koinlwinkoko.hashnode.dev·17h ago · 3 min readStop Rebooting EC2: A Real Investigation of Repeated Instance Status Check FailuresAn Amazon EC2 instance can stay in the Running state while its Instance Status Check fails. Rebooting may bring it back, but if the same issue keeps returning, rebooting is only recovery - not resolut00