Skip to content

Commit

Permalink
Add SingleStore Provisioner Doc
Browse files Browse the repository at this point in the history
Signed-off-by: ashraful <[email protected]>
  • Loading branch information
AshrafulHaqueToni committed Mar 12, 2024
1 parent 47e9bbf commit 1347864
Show file tree
Hide file tree
Showing 9 changed files with 567 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/guides/kafka/concepts/catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
version: 3.4.0
cruiseControl:
image: ghcr.io/kubedb/cruise-control:3.4.0
connectCluster:
image: ghcr.io/appscode-images/kafka-connect-cluster:3.6.0
```
### metadata.name
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/mysql/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ root
$ kubectl get secrets -n demo mysql-quickstart-auth -o jsonpath='{.data.\password}' | base64 -d
H(Y.s)pg&cX1Ds3J
```
we will exec into the pod `mysql-quickstart-0` and connect to the database uisng username and password
we will exec into the pod `mysql-quickstart-0` and connect to the database using username and password
```bash
$ kubectl exec -it -n demo mysql-quickstart-0 -- bash
Expand Down
51 changes: 51 additions & 0 deletions docs/guides/singlestore/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
title: SingleStore
menu:
docs_{{ .version }}:
identifier: guides-singlestore-readme
name: SingleStore
parent: guides-singlestore
weight: 10
menu_name: docs_{{ .version }}
section_menu_id: guides
url: /docs/{{ .version }}/guides/singlestore/
aliases:
- /docs/{{ .version }}/guides/singlestore/README/
---
> New to KubeDB? Please start [here](/docs/README.md).
## Supported SingleStore Features

| Features | Availability |
|---------------------------------------------------------|:------------:|
| Clustering | &#10003; |
| Authentication & Authorization | &#10003; |
| Initialize using Script (\*.sql, \*sql.gz and/or \*.sh) | &#10003; |
| Custom Configuration | &#10003; |
| Monitoring with Prometheus & Grafana | &#10003; |
| Builtin Prometheus Discovery | &#10003; |
| Using Prometheus operator | &#10003; |
| Externally manageable Auth Secret | &#10003; |
| Reconfigurable Health Checker | &#10003; |
| Persistent volume | &#10003; |
| SingleStore Studio (UI) | &#10003; |

## Supported SingleStore Versions

KubeDB supports the following SingleSore Versions.
- `8.1.32`
- `8.5.7`

## Life Cycle of a SingleStore Object

<!---
ref : https://cacoo.com/diagrams/4PxSEzhFdNJRIbIb/0281B
--->

<p align="center">
  <img alt="lifecycle" src="/docs/guides/singlestore/images/singlestore-lifecycle.png" >
</p>

## User Guide

- [Quickstart SingleStore](/docs/guides/singlestore/quickstart/index.md) with KubeDB Operator.
10 changes: 10 additions & 0 deletions docs/guides/singlestore/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: SingleStore
menu:
docs_{{ .version }}:
identifier: guides-singlestore
name: SingleStore
parent: guides
weight: 40
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
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 1347864

Please sign in to comment.