From 3ea2bd864319a33ec53e17abd7372b83c2dd7c36 Mon Sep 17 00:00:00 2001 From: Inaki Date: Mon, 19 Aug 2019 20:06:04 +0200 Subject: [PATCH] Update databases.md --- docs/databases.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/databases.md b/docs/databases.md index ffdabcba..6f13f743 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -4,3 +4,6 @@ ## PostgreSQL Operator * [slideshare.net: Deploying PostgreSQL on Kubernetes](https://www.slideshare.net/vyruss000/deploying-postgresql-on-kubernetes) * [slideshare.net: Operating PostgreSQL at Scale with Kubernetes](https://www.slideshare.net/jkatz05/operating-postgresql-at-scale-with-kubernetes-137132067) +* [How I've Set Up HA PostgreSQL on Kubernetes (powered by Patroni, a template for PostgreSQL HA)](https://disaev.me/p/how-i-have-set-up-ha-postgresql-on-kubernetes/) + - [Spilo: HA PostgreSQL Clusters with Docker](https://github.com/zalando/spilo) Spilo is a Docker image that provides PostgreSQL and Patroni bundled together. Patroni is a template for PostgreSQL HA. + - [Patroni](https://github.com/zalando/patroni)