PostgreSQL 14 on Kubernetes
blog.crunchydata.com
PostgreSQL 14 on Kubernetes
1–10 of 87 posts
Re: PostgreSQL 14 on Kubernetes
#2I think when I see tutorials like this all I see is the large bill I’ll be receiving $$$, can articles like these include costs??
Re: PostgreSQL 14 on Kubernetes
#3Why would i want to run my database in k8s?
Re: PostgreSQL 14 on Kubernetes
#4Why would i want to run my database in k8s?
Why not? Its just a workload scheduler. Some of us have competent ops teams
Re: PostgreSQL 14 on Kubernetes
#5I always thought it's better to host distributed database, like Cockroachdb and Yugabytedb, in multiple kubernetes clusters. Just in case one of the cluster goes down.
Re: PostgreSQL 14 on Kubernetes
#6cant think of a scenario where you need to query multiple databases in same query!
Nice demo, but deploying it all in a cluster is distracting. Maybe do your next demo with docker-compose!
Re: PostgreSQL 14 on Kubernetes
#7Re: PostgreSQL 14 on Kubernetes
#8Re: PostgreSQL 14 on Kubernetes
#9Re: PostgreSQL 14 on Kubernetes
#10I always thought it's better to host distributed database, like Cockroachdb and Yugabytedb, in multiple kubernetes clusters. Just in case one of the cluster goes down.
A K8S cluster is already designed to be highly available and self healing. Stretching across clusters is usually a special case of scaling across datacenters/regions and brings a lot more overhead and complexity.