Robin Lieb’s Post

Are we quietly trading one set of Kubernetes problems for another? GitOps with Git gave us something genuinely valuable: history, blame, diffs, and PR-based review as first-class delivery primitives. Now OCI is taking over as the transport layer for Kubernetes config, for good reasons: Content-addressability, immutability, and edge and airgap compatibility are real advantages that Git was never designed to provide. Instead of choosing between them, I built a way to have both: Kokumi. Kokumi is a Kubernetes config delivery tool built on the premise that you shouldn't have to choose. It models delivery as three distinct concerns: what should be built, what was built, and what is currently running. Rendering and deployment are fully decoupled, which means: 🔍 Inspect & edit: Full manifest review in a built-in UI before any cluster sees it. 📝 Diff & approve: Review a structured diff of every change before it's applied. ⏪ Instant rollback: Repoint to any previous artifact. Already built, already there. This is early, and I want to pressure-test the model with people who've actually felt this pain. If you're working through OCI delivery architecture: Where does the model break for your use case? What is missing? 👉 Repo link, would love your feedback: https://lnkd.in/d-p_mhjS #Kubernetes #GitOps #CloudNative #DevOps #PlatformEngineering

To view or add a comment, sign in

Explore content categories