Skip to content

Commit

Permalink
add quickstart
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <[email protected]>
  • Loading branch information
sheikh-arman committed Dec 24, 2024
1 parent ea75b63 commit 3cd5b49
Show file tree
Hide file tree
Showing 5 changed files with 674 additions and 0 deletions.
56 changes: 56 additions & 0 deletions docs/guides/clickhouse/README.md
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 | &#10003; |
| Innodb Cluster | &#10003; |
| SemiSynchronous cluster | &#10003; |
| Read Replicas | &#10003; |
| TLS: Add, Remove, Update, Rotate ( [Cert Manager](https://cert-manager.io/docs/) ) | &#10003; |
| Automated Version update | &#10003; |
| Automatic Vertical Scaling | &#10003; |
| Automated Horizontal Scaling | &#10003; |
| Automated Volume Expansion | &#10003; |
| Backup/Recovery: Instant, Scheduled ( [Stash](https://stash.run/) ) | &#10003; |
| Initialize using Snapshot | &#10003; |
| Initialize using Script (\*.sql, \*sql.gz and/or \*.sh) | &#10003; |
| Custom Configuration | &#10003; |
| Using Custom docker image | &#10003; |
| Builtin Prometheus Discovery | &#10003; |
| Using Prometheus operator | &#10003; |

## 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).
10 changes: 10 additions & 0 deletions docs/guides/clickhouse/_index.md
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.
Loading

0 comments on commit 3cd5b49

Please sign in to comment.