-
Notifications
You must be signed in to change notification settings - Fork 52
Add Hazelcast doc #775
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
base: master
Are you sure you want to change the base?
Add Hazelcast doc #775
Conversation
Visit the preview URL for this PR (updated for commit 69ab9c2): https://kubedb-v2-hugo--pr775-hazelcast-2dwwzpwn.web.app (expires Mon, 08 Sep 2025 08:46:59 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 0f29ae8ae0bd54a99bf2b223b6833be47acd5943 |
Who is reviewing this ? |
Signed-off-by: pritamdas99 <[email protected]>
Signed-off-by: pritamdas99 <[email protected]>
Signed-off-by: pritamdas99 <[email protected]>
Signed-off-by: pritamdas99 <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
docs_{{ .version }}: | ||
identifier: mg-clustering-sharding-concept | ||
identifier: mg-clustering-sharding-concepts | ||
name: Sharding Concept | ||
parent: mg-clustering-mongodb |
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.
revert all mongodb changes
kubectl create secret generic hz-license-key -n demo --from-literal=licenseKey=TrialLicense#10Nodes#eyJhbGxvd2VkTmF0aXZlTWVtb3J5U2l6ZSI6MTAwLCJhbGxvd2VkTnVtYmVyT2ZOb2RlcyI6MTAsImFsbG93ZWRUaWVyZWRTdG9yZVNpemUiOjAsImFsbG93ZWRUcGNDb3JlcyI6MCwiY3JlYXRpb25EYXRlIjoxNzQ4ODQwNDc3LjYzOTQ0NzgxNiwiZXhwaXJ5RGF0ZSI6MTc1MTQxNDM5OS45OTk5OTk5OTksImZlYXR1cmVzIjpbMCwyLDMsNCw1LDYsNyw4LDEwLDExLDEzLDE0LDE1LDE3LDIxLDIyXSwiZ3JhY2VQZXJpb2QiOjAsImhhemVsY2FzdFZlcnNpb24iOjk5LCJvZW0iOmZhbHNlLCJ0cmlhbCI6dHJ1ZSwidmVyc2lvbiI6IlY3In0=.6PYD6i-hejrJ5Czgc3nYsmnwF7mAI-78E8LFEuYp-lnzXh_QLvvsYx4ECD0EimqcdeG2J5sqUI06okLD502mCA== | ||
secret/hz-license-key created |
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 this license.
KubeDB allows following fields to set in `spec.serviceTemplates`: | ||
- `alias` represents the identifier of the service. It has the following possible value: | ||
- `primary` is used for the primary service identification. | ||
- `standby` is used for the secondary service identification. |
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.
do you have standby service?
apiVersion: autoscaling.kubedb.com/v1alpha1 | ||
kind: HazelcastAutoscaler | ||
metadata: | ||
name: hz-autoscaler-combined |
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.
do you have combined concepts in hz?
Before deploying hazelcast we need to create license secret since we are running enterprise version of hazelcast. | ||
|
||
```bash | ||
kubectl create secret generic hz-license-key -n demo --from-literal=licenseKey=TrialLicense#10Nodes#eyJhbGxvd2VkTmF0aXZlTWVtb3J5U2l6ZSI6MTAwLCJhbGxvd2VkTnVtYmVyT2ZOb2RlcyI6MTAsImFsbG93ZWRUaWVyZWRTdG9yZVNpemUiOjAsImFsbG93ZWRUcGNDb3JlcyI6MCwiY3JlYXRpb25EYXRlIjoxNzQ4ODQwNDc3LjYzOTQ0NzgxNiwiZXhwaXJ5RGF0ZSI6MTc1MTQxNDM5OS45OTk5OTk5OTksImZlYXR1cmVzIjpbMCwyLDMsNCw1LDYsNyw4LDEwLDExLDEzLDE0LDE1LDE3LDIxLDIyXSwiZ3JhY2VQZXJpb2QiOjAsImhhemVsY2FzdFZlcnNpb24iOjk5LCJvZW0iOmZhbHNlLCJ0cmlhbCI6dHJ1ZSwidmVyc2lvbiI6IlY3In0=.6PYD6i-hejrJ5Czgc3nYsmnwF7mAI-78E8LFEuYp-lnzXh_QLvvsYx4ECD0EimqcdeG2J5sqUI06okLD502mCA== |
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.
also remove this
Signed-off-by: Fazle Rabbi Sarker <[email protected]>
No description provided.