-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
83 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Supported Databases | KubeDB | ||
description: Supported Databases | ||
menu: | ||
docs_0.8.0-beta.0: | ||
identifier: databases | ||
parent: concepts | ||
name: Supported Databases | ||
weight: 15 | ||
menu_name: docs_0.8.0-beta.0 | ||
--- |
6 changes: 3 additions & 3 deletions
6
docs/concepts/elasticsearch.md → docs/concepts/databases/elasticsearch.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
docs/concepts/memcached.md → docs/concepts/databases/memcached.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
docs/concepts/mongodb.md → docs/concepts/databases/mongodb.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
docs/concepts/postgres.md → docs/concepts/databases/postgres.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: What is KubeDB | ||
description: What is KubeDB | ||
menu: | ||
docs_0.8.0-beta.0: | ||
identifier: what-is-kubedb | ||
parent: concepts | ||
name: What is KubeDB | ||
weight: 10 | ||
menu_name: docs_0.8.0-beta.0 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: KubeDB Overview | ||
description: KubeDB Overview | ||
menu: | ||
docs_0.8.0-beta.0: | ||
identifier: overview-concepts | ||
name: Overview | ||
parent: what-is-kubedb | ||
weight: 10 | ||
menu_name: docs_0.8.0-beta.0 | ||
section_menu_id: concepts | ||
--- | ||
|
||
# KubeDB | ||
|
||
Running production quality databases in Kubernetes can be tricky. KubeDB is a framework for writing operators for any database that support the following operational requirements: | ||
|
||
- Create a database declaratively using CRD. | ||
- 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). | ||
- Apply deletion lock to avoid accidental deletion of database. | ||
- Keep track of deleted databases, cleanup prior snapshots with a single command. | ||
- Use cli to manage databases like kubectl for Kubernetes. | ||
|
||
Currently KubeDB includes support for following datastores: | ||
- Postgres | ||
- Elasticsearch | ||
- MySQL | ||
- MongoDB | ||
- Redis | ||
- Memcached |