-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: SK Ali Arman <[email protected]>
- Loading branch information
1 parent
ea75b63
commit 3cd5b49
Showing
5 changed files
with
674 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
title: ClickHouse | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: guides-clickhouse-readme | ||
name: ClickHouse | ||
parent: guides-clickhouse | ||
weight: 10 | ||
menu_name: docs_{{ .version }} | ||
section_menu_id: guides | ||
url: /docs/{{ .version }}/guides/clickhouse/ | ||
aliases: | ||
- /docs/{{ .version }}/guides/clickhouse/README/ | ||
--- | ||
|
||
> New to KubeDB? Please start [here](/docs/README.md). | ||
## Supported MySQL Features | ||
|
||
| Features | Availability | | ||
|------------------------------------------------------------------------------------|:------------:| | ||
| Group Replication | ✓ | | ||
| Innodb Cluster | ✓ | | ||
| SemiSynchronous cluster | ✓ | | ||
| Read Replicas | ✓ | | ||
| TLS: Add, Remove, Update, Rotate ( [Cert Manager](https://cert-manager.io/docs/) ) | ✓ | | ||
| Automated Version update | ✓ | | ||
| Automatic Vertical Scaling | ✓ | | ||
| Automated Horizontal Scaling | ✓ | | ||
| Automated Volume Expansion | ✓ | | ||
| Backup/Recovery: Instant, Scheduled ( [Stash](https://stash.run/) ) | ✓ | | ||
| Initialize using Snapshot | ✓ | | ||
| Initialize using Script (\*.sql, \*sql.gz and/or \*.sh) | ✓ | | ||
| Custom Configuration | ✓ | | ||
| Using Custom docker image | ✓ | | ||
| Builtin Prometheus Discovery | ✓ | | ||
| Using Prometheus operator | ✓ | | ||
|
||
## Life Cycle of a ClickHouse Object | ||
|
||
<p align="center"> | ||
<img alt="lifecycle" src="/docs/images/mysql/mysql-lifecycle.png" > | ||
</p> | ||
|
||
## User Guide | ||
|
||
- [Quickstart MySQL](/docs/guides/mysql/quickstart/index.md) with KubeDB Operator. | ||
- [Backup & Restore](/docs/guides/mysql/backup/stash/overview/index.md) MySQL databases using Stash. | ||
- Initialize [MySQL with Script](/docs/guides/mysql/initialization/index.md). | ||
- Monitor your MySQL database with KubeDB using [out-of-the-box Prometheus operator](/docs/guides/mysql/monitoring/prometheus-operator/index.md). | ||
- Monitor your MySQL database with KubeDB using [out-of-the-box builtin-Prometheus](/docs/guides/mysql/monitoring/builtin-prometheus/index.md). | ||
- Use [private Docker registry](/docs/guides/mysql/private-registry/index.md) to deploy MySQL with KubeDB. | ||
- Use [kubedb cli](/docs/guides/mysql/cli/index.md) to manage databases like kubectl for Kubernetes. | ||
- Detail concepts of [MySQL object](/docs/guides/mysql/concepts/database/index.md). | ||
- Detail concepts of [MySQLVersion object](/docs/guides/mysql/concepts/catalog/index.md). | ||
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: ClickHouse | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: guides-clickhouse | ||
name: ClickHouse | ||
parent: guides | ||
weight: 10 | ||
menu_name: docs_{{ .version }} | ||
--- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.