Please turn JavaScript on
DEV Community: devops icon

DEV Community: devops

Want to stay in touch with the latest updates from DEV Community: devops? That's easy! Just subscribe clicking the Follow button below, choose topics or keywords for filtering if you want to, and we send the news to your inbox, to your phone via push notifications or we put them on your personal page here on follow.it.

Reading your RSS feed has never been easier!

Website title: DEV Community

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  46.04 / day

Message History

There's a pattern that developers internalised years ago and that the rest of computing is only now catching up to: the environment you work in should be reproducible and throwaway; the state you care about should live somewhere else, explicitly.

We do this reflexively with build environments. Nobody sensible configures a CI runner by hand and hopes i...


Read full story

A realistic failure mode starts with a team that runs a nightly triage job on a small free server. The job groups stack traces from three services. It sends a compact prompt to a free model endpoint. The HTTP client sees a 200 response. The body is empty. The job marks the call as success. The next morning, two pages go to the wrong owner. Nobody knows the model returned noth...


Read full story

OOMKilled is a classic day-2 rabbit hole: events, limits, restarts, then a risky scale or edit. kprompt turns the investigation prompt into a reviewable plan before apply.

Originally published at https://kprompt.ai/blog/kubernetes-oomkilled.

OOMKi...


Read full story

Chat CLIs optimize for turn-taking. Operators need a reviewable artifact before mutate.

kprompt is built as an intent compiler: NL → PlanResult → safety → approve → apply. Same day-2 surface (Helm, Prom, GitOps…) under one approval loop. Experimental.

Originally published at


Read full story

If you are shopping for a “kubectl-ai alternative,” you are already in the right lane: local kubeconfig + BYOK + natural language. The fork in the road is the mutate contract.

kprompt compiles intent into a typed PlanResult (actions, risk, hard denies), then requires approve before apply — including CI JSON gates. kubectl-ai is often a faster path to kubectl-shaped ex...


Read full story