-
Notifications
You must be signed in to change notification settings - Fork 55
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: Tapajit Chandra Paul <[email protected]>
- Loading branch information
1 parent
c7f117f
commit 873e1df
Showing
15 changed files
with
915 additions
and
7 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,9 @@ | ||
tenant: | ||
pools: | ||
- servers: 1 | ||
volumesPerServer: 1 | ||
size: 1Gi | ||
certificate: | ||
requestAutoCert: false | ||
buckets: | ||
- name: "druid" |
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,18 @@ | ||
apiVersion: kubedb.com/v1alpha2 | ||
kind: MySQL | ||
metadata: | ||
name: mysql-demo | ||
namespace: druid | ||
spec: | ||
version: "8.0.35" | ||
storage: | ||
storageClassName: "standard" | ||
accessModes: | ||
- ReadWriteOnce | ||
resources: | ||
requests: | ||
storage: 100Mi | ||
init: | ||
script: | ||
configMap: | ||
name: my-init-script |
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,2 @@ | ||
CREATE DATABASE druid; | ||
|
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,16 @@ | ||
apiVersion: kubedb.com/v1alpha2 | ||
kind: ZooKeeper | ||
metadata: | ||
name: zk-demo | ||
namespace: druid | ||
spec: | ||
version: "3.7.2" | ||
replicas: 1 | ||
storage: | ||
resources: | ||
requests: | ||
storage: "100Mi" | ||
storageClassName: "standard" | ||
accessModes: | ||
- ReadWriteOnce | ||
terminationPolicy: "WipeOut" |
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,63 @@ | ||
--- | ||
title: Druid | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: dr-readme-druid | ||
name: Druid | ||
parent: dr-druid-guides | ||
weight: 10 | ||
menu_name: docs_{{ .version }} | ||
section_menu_id: guides | ||
url: /docs/{{ .version }}/guides/druid/ | ||
aliases: | ||
- /docs/{{ .version }}/guides/druid/README/ | ||
--- | ||
|
||
> New to KubeDB? Please start [here](/docs/README.md). | ||
## Supported Druid Features | ||
|
||
|
||
| Features | Availability | | ||
|--------------------------------------|:------------:| | ||
| Clustering | ✓ | | ||
| Authentication | ✓ | | ||
| Custom Configuration | ✓ | | ||
| Monitoring with Prometheus & Grafana | ✓ | | ||
| Builtin Prometheus Discovery | ✓ | | ||
| Using Prometheus operator | ✓ | | ||
| Externally manageable Auth Secret | ✓ | | ||
| Reconfigurable Health Checker | ✓ | | ||
| Persistent volume | ✓ | | ||
| Druid Web Console | ✓ | | ||
|
||
## Supported Druid Versions | ||
|
||
KubeDB supports The following Druid versions. | ||
- `25.0.0` | ||
- `28.0.1` | ||
|
||
> The listed DruidVersions are tested and provided as a part of the installation process (ie. catalog chart), but you are open to create your own [DruidVersion](/docs/guides/druid/concepts/catalog.md) object with your custom Druid image. | ||
## Lifecycle of Druid Object | ||
|
||
<!--- | ||
ref : https://cacoo.com/diagrams/bbB63L6KRIbPLl95/9A5B0 | ||
---> | ||
|
||
<p align="center"> | ||
<img alt="lifecycle" src="/docs/images/druid/Druid-CRD-Lifecycle.png"> | ||
</p> | ||
|
||
## User Guide | ||
- [Quickstart Druid](/docs/guides/druid/quickstart/overview/index.md) with KubeDB Operator. | ||
|
||
[//]: # (- Druid Clustering supported by KubeDB) | ||
|
||
[//]: # ( - [Topology Clustering](/docs/guides/druid/clustering/topology-cluster/index.md)) | ||
|
||
[//]: # (- Use [kubedb cli](/docs/guides/druid/cli/cli.md) to manage databases like kubectl for Kubernetes.) | ||
|
||
[//]: # (- Detail concepts of [Druid object](/docs/guides/druid/concepts/druid.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: Druid | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: dr-druid-guides | ||
name: Druid | ||
parent: guides | ||
weight: 10 | ||
menu_name: docs_{{ .version }} | ||
--- |
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: Druid Quickstart | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: dr-quickstart-druid | ||
name: Quickstart | ||
parent: dr-druid-guides | ||
weight: 15 | ||
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.