Running Postgres on Kubernetes: Operators Make It Sane
Postgres on Kubernetes doesn't have to be scary. How operators like CloudNativePG handle failover, backups, and upgrades, and why the objections are dated.
Read the post2 posts about databases in the conndeck blog — field notes on local-first Kubernetes operations, GitOps, and production debugging.
Postgres on Kubernetes doesn't have to be scary. How operators like CloudNativePG handle failover, backups, and upgrades, and why the objections are dated.
Read the postStatefulSets give pods stable names, storage, and ordered rollout. When that matters, when a Deployment is fine, and the headless service nobody explains.
Read the post