From a7877fda91b7a876ef2c0cd1d4525e8da02c2ffa Mon Sep 17 00:00:00 2001 From: tamal Date: Wed, 19 Jul 2017 14:48:00 -0700 Subject: [PATCH] Add period. --- README.md | 2 +- docs/README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f478e3dd5..ad97762a6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # KubeDB Running production quality database in Kubernetes can be tricky to say the least. In the early days of Kubernetes, replication controllers were used to run a single pod for a database. With the introduction of StatefulSet, it became easy to run a docker container for any database. But what about monitoring, taking periodic backups, restoring from backups or cloning from an existing database? KubeDB is a framework for writing operators for any database that support the following operational requirements: - - Create a database declaratively using TPR + - Create a database declaratively using TPR. - Take one-off backups or period backups to various cloud stores, eg,, S3, GCS, etc. - Restore from backup or clone any database. - Native integration with Prometheus for monitoring via [CoreOS Prometheus Operator](https://github.com/coreos/prometheus-operator). diff --git a/docs/README.md b/docs/README.md index 6fca27325..ad97762a6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,9 @@ +[![Go Report Card](https://goreportcard.com/badge/github.com/k8sdb/cli)](https://goreportcard.com/report/github.com/k8sdb/cli) + # KubeDB Running production quality database in Kubernetes can be tricky to say the least. In the early days of Kubernetes, replication controllers were used to run a single pod for a database. With the introduction of StatefulSet, it became easy to run a docker container for any database. But what about monitoring, taking periodic backups, restoring from backups or cloning from an existing database? KubeDB is a framework for writing operators for any database that support the following operational requirements: - - Create a database declaratively using TPR + - Create a database declaratively using TPR. - Take one-off backups or period backups to various cloud stores, eg,, S3, GCS, etc. - Restore from backup or clone any database. - Native integration with Prometheus for monitoring via [CoreOS Prometheus Operator](https://github.com/coreos/prometheus-operator).