cloudcasa-helmchart

CloudCasa Helm Repository

CloudCasa - Leader in Kubernetes Data Protection and Application Resiliency

CloudCasa is a SaaS data protection, disaster recovery, migration, and replication solution for Kubernetes and cloud-native applications. Configuration is quick and easy, and the basic service is free.

CloudCasa provides two types of backup services for Kubernetes:

Whether you are managing existing Velero installations or using the advanced Pro features, with CloudCasa you don’t need to be a storage or data protection expert to back up and restore your Kubernetes clusters.

This Repository

This Helm repository contains Helm charts for installing the CloudCasa agent on Kubernetes.

For help using the repository, contact CloudCasa support (support@cloudcasa.io).

Using the CloudCasa Agent Helm chart

Installing the CloudCasa Agent

  1. Log in to https://home.cloudcasa.io and add your Kubernetes cluster under the Protection tab. Note the returned cluster ID.
  2. Add the CloudCasa Helm repo to your Helm configuration, if it hasn’t been added already.
    $ helm repo add cloudcasa-repo https://catalogicsoftware.github.io/cloudcasa-helmchart
    
  3. To install the agent, execute the following helm commands, replacing <Cluster ID> with the Cluster ID obtained above:
     $ helm repo update
     $ helm install cloudcasa cloudcasa-repo/cloudcasa --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 Protection tab. You can also obtain the current setting for it with the command helm get values cloudcasa.
  2. Execute the following commands to update the agent, replacing <Cluster ID> with the Cluster ID obtained above:
     $ helm repo update
     $ helm upgrade cloudcasa cloudcasa-repo/cloudcasa --set cluster_id=<Cluster ID>
    

Uninstalling the CloudCasa Agent

  1. Execute the following commands to uninstall CloudCasa.
     $ helm uninstall cloudcasa
    

CloudCasa is a trademark of Catalogic Software Inc.