Blog

$ cat KUBERNETES .md
· 6 min read

The Agent Control Plane: Omnigent on Kubernetes

Databricks open-sourced Omnigent, a meta-harness that wraps any agent harness behind a unified API with policies, sessions, and shared state. If you have deployed stateful services to Kubernetes before, the path to self-hosting it is shorter than you think.

kubernetes devops platform-engineering ai-agents
$ cat KUBERNETES .md
· 10 min read

StackGres and Strimzi: Day-Two Lessons From a Real Platform Rebuild

Every operator promises a simpler setup. The real payoff shows up later, when a replica loses its control file or a certificate is three weeks from expiring. Here is what StackGres and Strimzi actually changed about running PostgreSQL and Kafka on Kubernetes.

kubernetes operators postgresql kafka devops platform-engineering
$ cat KUBERNETES .md
· 6 min read

Helm deploy succeeded. Config never applied.

A green CI pipeline while the live gateway serves 404s is not a test failure. It is a silent reload gap. Here is the cross-release checksum pattern that closes it in helmfile.

kubernetes helm helmfile devops platform-engineering