Category: stateful workloads
Showing 3 posts.
Rob Pankow
Apr 6th, 2026 | 4 min read
Databases on OpenShift: Best Practices
Learn best practices for running databases on OpenShift, including storage classes, topology, backup, branching, QoS, and platform ownership.
Rob Pankow
Jan 21st, 2025 | 9 min read
Database Performance: Impact of Storage Limitations
TLDR: Storage and storage limitations have a fundamental impact on database performance, with access latency creating a hard physical limitation on IOPS, queries per second (QPS), and transactions…
Chris Engelbert
Oct 2nd, 2024 | 21 min read
Why would you run PostgreSQL in Kubernetes, and how?
When you need a PostgreSQL service in the cloud, there are two common ways to achieve this. The initial thought is going for one of the many hosted databases, such as Amazon RDS or Aurora, Google’s…