I’ve been thinking about a problem with GitOps that I haven’t seen great answers to. I’m not sure I have one either, but I want to write the idea down. GitOps works great, until other people show up If you work on a platform team, you’re provisioning infrastructure for other people. The amount you manage grows every year. Your team does not. Add AI to the picture (agents…
No kubectl, no manifests, no explaining what a namespace is.. I wanted to know what it actually takes to hide Kubernetes from the people running workloads on it. Not abstract it a little, hide it entirely. The target experience was something like Cloud Run/Heroku: give it an image, get back a URL, scale to zero when there’s no traffic. The platform handles isolation, routing, and resource…
I’ve gone through a few different setups for doing live demos in talks but nothing really clicked. Then I found presenterm and it just works. I used it at the latest Cloud Native Oslo meetup and got a bunch of questions about the setup afterwards. It’s a great project that deserves more attention, so here’s a little writeup. It’s just Markdown Your slides are a single…