From e4d72dd9573e81f26698d7de3d80cdeb00f62ea9 Mon Sep 17 00:00:00 2001 From: Inaki Date: Tue, 20 Aug 2019 17:43:35 +0200 Subject: [PATCH] Update databases.md --- docs/databases.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/databases.md b/docs/databases.md index 86a20a62..fab6e5ea 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -1,8 +1,16 @@ # Databases on Kubernetes * [cloud.google.com: To run or not to run a database on Kubernetes - What to consider](https://cloud.google.com/blog/products/databases/to-run-or-not-to-run-a-database-on-kubernetes-what-to-consider) +* [reddit.com: What's the best, proper way of running a database cluster on top of Kubernetes?](https://www.reddit.com/r/kubernetes/comments/9d8on5/whats_the_best_proper_way_of_running_a_database/) ## PostgreSQL Operator +- [itnext.io: Operator Lifecycle Manager](https://itnext.io/wth-is-a-operator-lifecycle-manager-873cf1661b04) + ### Crunchy Data +* [crunchydata.com](https://www.crunchydata.com/) +* [github.com/CrunchyData](https://github.com/CrunchyData) +* [github.com/CrunchyData/postgres-operator](https://github.com/CrunchyData/postgres-operator) +* [crunchydata blog: Deploying Active-Active PostgreSQL on Kubernetes](https://info.crunchydata.com/blog/active-active-on-kubernetes) +* [crunchydata blog: What's New in Crunchy PostgreSQL Operator 4.0](https://info.crunchydata.com/blog/crunchy-postgres-kubernetes-operator-4.0) * [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) * [Youtube: Demo of Crunchy Data Postgres Operator v1.0.0 (2017)](https://www.youtube.com/watch?v=HX10WWTRiTY) @@ -13,3 +21,6 @@ * [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) * [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/) + +## KubeDB Run production-grade databases easily on Kubernetes +* [kubedb.com](https://kubedb.com/)