The DevOpsBeast Blog

Production engineering notes.

Field notes on Kubernetes, GPUs, Linux, and the rest of the production stack, from engineers who run real infrastructure.

GitOps··9 min read

Your Manifests Are in Git. That Is Not GitOps.

Manifests in a repository and a pipeline that runs kubectl apply satisfies two of the four GitOps principles and misses the two that matter. There is a one-command test that tells you which side of the line you are on, and the answer changes how your delivery system fails.

Read post