Friday, September 01, 2017

Deploying PostgreSQL Clusters Using Kubernetes StatefulSets

DZone Database Zone
Deploying PostgreSQL Clusters Using Kubernetes StatefulSets

This blog provides guidance on how to build a PostgreSQL cluster using the new Kubernetes feature, StatefulSet. Using this StatefulSet capability provides a very simple Kubernetes-native mechanism to make clustering decisions when deploying a PostgreSQL cluster.

The Crunchy PostgreSQL Container Suite is a set of containers that can be used to deploy, monitor, and administer the open-source PostgreSQL database. More details can be found in the crunchy containers GitHub repository here.

No comments:

Fun With SQL: Functions in Postgres

DZone Database Zone Fun With SQL: Functions in Postgres In our previous  Fun with SQL  post on the  Citus Data  blog, we covered w...