From 80d55c1072acf4112782d7fc27a161755a227aae Mon Sep 17 00:00:00 2001 From: Oleksii Kliukin Date: Mon, 18 Dec 2017 16:25:50 +0100 Subject: [PATCH] =?UTF-8?q?Mention=20the=20talk=20by=20Josh=20Berkus=20and?= =?UTF-8?q?=20the=20blog=20post=20by=20Jan=20Mu=C3=9Fler.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16fbbe24d..2f61077b3 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,9 @@ it manages and updates them with the new docker images; afterwards, all pods fro ## Status -This project is currently in active development. It is however already used internally by Zalando in order to run Postgres databases on Kubernetes in larger numbers for staging environments and a smaller number of production databases. In this environment the operator is deployed to multiple Kubernetes clusters, where users deploy manifests via our CI/CD infrastructure. +This project is currently in active development. It is however already [used internally by Zalando](https://jobs.zalando.com/tech/blog/postgresql-in-a-time-of-kubernetes/) in order to run Postgres databases on Kubernetes in larger numbers for staging environments and a smaller number of production databases. In this environment the operator is deployed to multiple Kubernetes clusters, where users deploy manifests via our CI/CD infrastructure. + +There is a talk about this project delivered by Josh Berkus on KubeCon 2017: [Kube-native Postgres](https://www.youtube.com/watch?v=Zn1vd7sQ_bc) Please, report any issues discovered to https://github.com/zalando-incubator/postgres-operator/issues.