Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```