rancher-partner-charts/charts/cloudcasa
actions ac39e0c429 Generated changes 2021-03-09 00:13:51 +00:00
..
templates Generated changes 2021-03-09 00:13:51 +00:00
Chart.yaml Generated changes 2021-03-09 00:13:51 +00:00
README.md Generated changes 2021-03-09 00:13:51 +00:00
app-readme.md Generated changes 2021-03-09 00:13:51 +00:00
questions.yaml Generated changes 2021-03-09 00:13:51 +00:00
values.yaml Generated changes 2021-03-09 00:13:51 +00:00

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

  1. Kubernetes 1.17+
  2. Helm 3.0+

Installation

Rancher Installation (Apps & Marketplace)

  1. Log in to https://home.cloudcasa.io and add your Kubernetes cluster under the Setup tab. Note the returned cluster ID.
  2. Go to Apps & Marketplace in the Rancher UI. In the Deploy Chart section, check the Partners checkbox and click on the cloudcasa chart.
  3. Provide a Name (e.g. CloudCasa) and optional description.
  4. In the CloudCasa Configuration section, provide the Cluster ID obtained above.
  5. Click on the Install button to complete installation of the agent.

Helm CLI Installation

  1. Log in to https://home.cloudcasa.io and add your Kubernetes cluster under the Setup tab. Note the returned cluster ID.
  2. 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

  1. Log in to https://home.cloudcasa.io and obtain the cluster ID for your cluster by selecting it under the Setup tab.
  2. 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.