The Rollback Worked. My Next Deploy Could Break It Again.
My application was working again. That should have been the end of the problem. It was not. In [the first article in this series( https://blog.lalit…
Tech news from the best sources
My application was working again. That should have been the end of the problem. It was not. In [the first article in this series( https://blog.lalit…
This is part of a series on building Orca , a single-binary orchestrator for the gap between Coolify and Kubernetes. Every orchestrator eventually h…
Originally published at woitzik.dev Disclosure: This post contains Amazon affiliate links (marked with *). If you buy through them, I earn a small c…
The Agentic DevOps Challenge As enterprise AI adoption matures, organizations are shifting from single-turn chat assistants to complex multi-agent o…
Many teams use Terraform to provision AWS and then keep going: Helm charts, namespaces, add-ons, even application manifests inside EKS. That looks e…
Deploying an application to Kubernetes is easy to demonstrate with one command: kubectl apply -f . The harder question is what happens after the fir…
Early in building our cloud infrastructure, we had a problem nobody talks about — because it happens so slowly you almost don't notice it. We had ei…
A base64-encoded string in a Git repo is not a secret. It's plaintext with one extra step, and echo "cGFzc3dvcmQ=" | base64 -d undoes that step in a…
GitOps policy drift is what happens when a control plane keeps a policy perfectly reconciled long after the reason for that policy has stopped being…
Some context first: we were running on GKE Autopilot, where the Gateway API just works out of the box. Google manages the CRDs and the underlying lo…
ArgoCD reported Synced and Healthy. The Keycloak Helm release was green. And the downstream timeline service was returning 401 on every authenticate…
I've been running Jenkins in one form or another for years now. Different companies, different sizes of teams, but somehow the same story keeps repe…
A developer submits a ticket to request a database. Three days later, the platform team responds, but the configuration isn’t quite right. The devel…
The Problem Most engineers deploy to Kubernetes by clicking buttons in a UI. That's not DevOps. That's manual labor with extra steps. I built Archne…
We had ArgoCD running perfectly. Every deployment was reconciled from Git. Drift detection worked. Rollbacks were one-click. Our GitOps setup was cl…