Add Kopia Repository Server based kando Blueprint for MySQL Application#1981
Add Kopia Repository Server based kando Blueprint for MySQL Application#1981
Conversation
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
|
Thanks for submitting this pull request 🎉. The team will review it soon and get back to you. If you haven't already, please take a moment to review our project contributing guideline and Code of Conduct document. |
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Co-authored-by: Pavan Navarathna <6504783+pavannd1@users.noreply.github.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
Co-authored-by: Vivek Singh <vsingh.ggits.2010@gmail.com>
Co-authored-by: Vivek Singh <vsingh.ggits.2010@gmail.com>
kale-amruta
left a comment
There was a problem hiding this comment.
I have added few comments
| name: '{{ index .Object.metadata.labels "app.kubernetes.io/instance" }}' | ||
| namespace: '{{ .StatefulSet.Namespace }}' | ||
| args: | ||
| image: ghcr.io/kanisterio/mysql-sidecar:0.93.0 |
There was a problem hiding this comment.
Is this the latest tag for this image?
| name: s3-location | ||
| namespace: kanister | ||
| labels: | ||
| repo.kanister.io/target-namespace: monitoring |
There was a problem hiding this comment.
Lets remove this label, since its currently not used
| name: s3-creds | ||
| namespace: kanister | ||
| labels: | ||
| repo.kanister.io/target-namespace: monitoring |
There was a problem hiding this comment.
Lets remove this label, since its currently not used
| aws_access_key_id: <base64_encoded_aws_access_key> | ||
| # required: base64 encoded value for the secret corresponding to the key above | ||
| aws_secret_access_key: <base64_encoded_aws_secret_access_key> | ||
| ``` |
There was a problem hiding this comment.
Lets mention here that we should use same s3 credentials that were used while creating the kopia repository
| # optional: if set to true, do not verify SSL cert. | ||
| # Default, when omitted, is false | ||
| #skipSSLVerify: false | ||
| # required: if type is `file-store` | ||
| # optional, otherwise | ||
| #claimName: store-pvc |
There was a problem hiding this comment.
Remove these commented fields altogether since these are not required in this example
|
This PR is marked as stale due to inactivity. Add a new comment to reactivate it. |
|
This PR is marked as stale due to inactivity. Add a new comment to reactivate it. |
Change Overview
Add Kopia Repository Server based Blueprint for MySQL Application
Pull request type
Please check the type of change your PR introduces:
Issues
Test Plan
Testing
1) Installing the Chart
To install the MySQL database using the
bitnamichart with the release namemysql-release:2) Installing Kanister
3) Setting up Repository Server
4) Applying Blueprint
5) Take Backup, Restore and Delete