From bffe9955b5076465bbe7eddea04c60822d0da81f Mon Sep 17 00:00:00 2001 From: Inaki Date: Fri, 10 Jan 2020 19:56:46 +0100 Subject: [PATCH] Update databases.md --- docs/databases.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/databases.md b/docs/databases.md index 658ab6f3..49da4397 100644 --- a/docs/databases.md +++ b/docs/databases.md @@ -1,6 +1,7 @@ # 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/) +* [caylent.com: The Pros and Cons of Running Production Databases as Containers](https://caylent.com/the-pros-and-cons-of-running-production-databases-as-containers) ## PostgreSQL Operator - [itnext.io: Operator Lifecycle Manager](https://itnext.io/wth-is-a-operator-lifecycle-manager-873cf1661b04)