-
Notifications
You must be signed in to change notification settings - Fork 72
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
Publishing keydb/maria/rabbitmq backup #470
Publishing keydb/maria/rabbitmq backup #470
Conversation
Signed-off-by: kkothapelly <[email protected]>
|
||
exit | ||
``` | ||
1. Backup the KeyDB database using velero: |
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.
Change Backup to Back up
@@ -0,0 +1,143 @@ | |||
# Backing Up and Restoring the KeyDB deployments on Tanzu Kubernetes Grid | |||
|
|||
KeyDB is a open source in-memory data store with a number of advanced features for high availability and data optimization. Its a high performance fork of Redis with a focus on multi-threading, memory efficiency, and high throughput. KeyDB maintains full compatibility with the Redis protocol, modules, and scripts. All 16 default logical databases on each KeyDB instance can be used and standard KeyDB/Redis protocol is supported without any other limitations. |
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.
change to 'is an open-source'
|
||
## Deploy MariaDB Using Helm | ||
|
||
For this demonstration purpose, we use Helm to deploy MariaDB using Helm on source cluster, and upload data to it. |
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.
For this demonstration, we'll use Helm to deploy
Signed-off-by: kkothapelly <[email protected]>
Publishing keydb/maria/rabbitmq backup