Skip to main content

Cnpg

2024

Postgres databases in Kubernetes
·3569 words·17 mins
Traditionally, an ideal Kubernetes workload should be stateless, meaning it should be able to run anywhere and scale freely, though this also severely limits which kinds of applications we can run, i.e. stateful applications. In this article we’ll take a look at how we can solve the run anywhere and scalability challenges with stateful workloads in Kubernetes.