Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clastix/capsule-addon-cloudcasa
Integrating Capsule with CloudCasa by Catalogic
https://github.com/clastix/capsule-addon-cloudcasa
Last synced: about 2 months ago
JSON representation
Integrating Capsule with CloudCasa by Catalogic
- Host: GitHub
- URL: https://github.com/clastix/capsule-addon-cloudcasa
- Owner: clastix
- License: apache-2.0
- Created: 2022-03-07T09:40:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T20:43:33.000Z (over 1 year ago)
- Last Synced: 2024-06-20T22:34:13.172Z (6 months ago)
- Language: Go
- Size: 27.2 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Capsule Addon for CloudCasa.io by Catalog
Empower your self-service and effortless Kubernetes backups and restores taking full advantage of the multi-tenancy!
## Prerequisites
- A valid API token for [CloudCasa](https://cloudcasa.io)
- [Capsule Operator](https://capsule.clastix.io) installed in your cluster## Installation
Create a Secret named `cloudcasa-api-token` in the `capsule-system` Namespace as follows.
```
kubectl --namespace capsule-system \
create secret generic cloudcasa-api-token \
--from-literal=token=
```Deploy the addon as follows.
```
kubectl apply -f https://raw.githubusercontent.com/clastix/capsule-addon-cloudcasa/master/config/installer.yaml
```