-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ZooKeeper Quickstart #634
Conversation
Visit the preview URL for this PR (updated for commit 1d9bc47): https://kubedb-v2-hugo--pr634-zookeeper-96x2xw1l.web.app (expires Mon, 13 May 2024 10:49:09 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 0f29ae8ae0bd54a99bf2b223b6833be47acd5943 |
157f687
to
17d3700
Compare
Signed-off-by: AbdullahAlShaad <[email protected]>
Signed-off-by: AbdullahAlShaad <[email protected]>
Signed-off-by: AbdullahAlShaad <[email protected]>
Signed-off-by: AbdullahAlShaad <[email protected]>
Signed-off-by: AbdullahAlShaad <[email protected]>
Signed-off-by: AbdullahAlShaad <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty files
docs/guides/zookeeper/README.md
Outdated
> New to KubeDB? Please start [here](/docs/README.md). | ||
|
||
## Supported ZooKeeper Features | ||
| Features | Community | Enterprise | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for separate | Community | Enterprise | columns. we can keep a Availability column
docs/guides/zookeeper/README.md
Outdated
| Authentication & Autorization | ✓ | ✓ | | ||
| Persistent Volume | ✓ | ✓ | | ||
| Initializing from Snapshot ( [Stash](https://stash.run/) ) | ✓ | ✓ | | ||
| Instant Backup | ✓ | ✓ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
## User Guide | ||
|
||
- [Quickstart ZooKeeper](/docs/guides/zookeeper/quickstart/quickstart.md) with KubeDB Operator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add another link for concepts and contribution like this -
- Detail concepts of Elasticsearch object.
- Want to hack on KubeDB? Check our contribution guidelines.
|
||
- At first, you need to have a Kubernetes cluster, and the `kubectl` command-line tool must be configured to communicate with your cluster. If you do not already have a cluster, you can create one by using [kind](https://kind.sigs.k8s.io/docs/user/quick-start/). | ||
|
||
- Now, install KubeDB cli on your workstation and KubeDB operator in your cluster following the steps [here](/docs/setup/README.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention the featuregate flag needed for kubedb installation
|
||
## Find Available ZooKeeperVersions | ||
|
||
When you have installed KubeDB, it has created `ZooKeeperVersions` crd for all supported ZooKeeper versions. Check: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mention the shorthand zkversion for it also.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove empty files
Signed-off-by: AbdullahAlShaad <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
No description provided.