The Helm Chart Is a Platform Contract — Not a Template
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 eigh…
Tech news from the best sources
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 eigh…
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 abo…
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 t…
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 load…
ArgoCD reported Synced and Healthy. The Keycloak Helm release was green. And the downstream timeline service was returning 401 on every authenticated …
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 repeat…
A developer submits a ticket to request a database. Three days later, the platform team responds, but the configuration isn’t quite right. The develop…
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 Archnet …
We had ArgoCD running perfectly. Every deployment was reconciled from Git. Drift detection worked. Rollbacks were one-click. Our GitOps setup was clea…