bd10b2ce83
This is commit 2/2 that adds the changes introduced from the following bash command: ``` REPOSITORY=https://github.com/rancher/partner-charts.git BRANCH=main ./scripts/regenerate-assets ``` |
||
---|---|---|
.. | ||
templates | ||
Chart.yaml | ||
README.md | ||
app-readme.md | ||
questions.yaml | ||
values.yaml |
README.md
CloudCasa Kubernetes Agent
CloudCasa - A Smart Home in the Cloud for Kubernetes Backups
Introduction
CloudCasa is a SaaS solution that provides class-leading data protection services for Kubernetes and cloud native applications. Configuration is quick and easy, and basic service is free.
This Helm chart installs and configures the CloudCasa agent on a Kubernetes cluster. See the CloudCasa Getting Started Guide for more information.
Prerequisites
- Kubernetes 1.17+
- Helm 3.0+
Installation
Rancher Installation (Apps & Marketplace)
- Log in to https://home.cloudcasa.io and add your Kubernetes cluster under the Setup tab. Note the returned cluster ID.
- Go to Apps & Marketplace in the Rancher UI. In the Deploy Chart section, check the Partners checkbox and click on the cloudcasa chart.
- Provide a Name (e.g. CloudCasa) and optional description.
- In the CloudCasa Configuration section, provide the Cluster ID obtained above.
- Click on the Install button to complete installation of the agent.
Helm CLI Installation
- Log in to https://home.cloudcasa.io and add your Kubernetes cluster under the Setup tab. Note the returned cluster ID.
- Execute the following helm commands, replacing
<ClusterID>
with the Cluster ID obtained above:
$ helm repo add cloudcasa-repo https://catalogicsoftware.github.io/cloudcasa-helmchart
$ helm install cloudcasa.io cloudcasa-repo/cloudcasa-helmchart --set cluster_id=<Cluster ID>
This will install the CloudCasa agent and complete registration of the cluster with the CloudCasa service.
Updating the CloudCasa Agent
- Log in to https://home.cloudcasa.io and obtain the cluster ID for your cluster by selecting it under the Setup tab.
- Execute the following commands to update the agent:
$ helm repo update
$ helm upgrade cloudcasa.io cloudcasa-repo/cloudcasa-helmchart --set cluster_id=<Cluster ID>
Uninstalling the CloudCasa Agent
$ helm uninstall cloudcasa.io
CloudCasa is a trademark of Catalogic Software Inc.