-
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: AbdullahAlShaad <[email protected]>
- Loading branch information
1 parent
c7f117f
commit b846d5c
Showing
6 changed files
with
495 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,16 @@ | ||
apiVersion: kubedb.com/v1alpha2 | ||
kind: ZooKeeper | ||
metadata: | ||
name: zk-quickstart | ||
namespace: demo | ||
spec: | ||
version: "3.9.1" | ||
replicas: 3 | ||
storage: | ||
resources: | ||
requests: | ||
storage: "1Gi" | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
title: ZooKeeper | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: zk-readme-zookeeper | ||
name: ZooKeeper | ||
parent: zk-zookeeper-guides | ||
weight: 10 | ||
menu_name: docs_{{ .version }} | ||
section_menu_id: guides | ||
url: /docs/{{ .version }}/guides/zookeeper/ | ||
aliases: | ||
- /docs/{{ .version }}/guides/zookeeper/README/ | ||
--- | ||
|
||
> New to KubeDB? Please start [here](/docs/README.md). | ||
## Supported ZooKeeper Features | ||
| Features | Community | Enterprise | | ||
|------------------------------------------------------------|:---------:|:----------:| | ||
| Ensemble | ✓ | ✓ | | ||
| Standalone | ✓ | ✓ | | ||
| Authentication & Autorization | ✓ | ✓ | | ||
| Persistent Volume | ✓ | ✓ | | ||
| Initializing from Snapshot ( [Stash](https://stash.run/) ) | ✓ | ✓ | | ||
| Instant Backup | ✓ | ✓ | | ||
| Scheduled Backup | ✓ | ✓ | | ||
| Builtin Prometheus Discovery | ✓ | ✓ | | ||
| Using Prometheus operator | ✓ | ✓ | | ||
|
||
## Life Cycle of a ZooKeeper Object | ||
|
||
<p align="center"> | ||
<img alt="lifecycle" src="/docs/images/zookeeper/zookeeper-lifecycle.png"> | ||
</p> | ||
|
||
## User Guide | ||
|
||
- [Quickstart ZooKeeper](/docs/guides/zookeeper/quickstart/quickstart.md) with KubeDB Operator. | ||
|
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: ZooKeeper | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: zk-zookeeper-guides | ||
name: ZooKeeper | ||
parent: guides | ||
weight: 12 | ||
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: ZooKeeper Quickstart | ||
menu: | ||
docs_{{ .version }}: | ||
identifier: zk-quickstart-zookeeper | ||
name: Quickstart | ||
parent: zk-zookeeper-guides | ||
weight: 15 | ||
menu_name: docs_{{ .version }} | ||
--- |
Oops, something went wrong.