rancher-partner-charts/charts/cloudcasa/cloudcasa
github-actions[bot] a5820e5da9
[AUTOMATED] Auto-update charts on main-source (#990)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-03-15 10:19:45 -06:00
..
templates [AUTOMATED] Auto-update charts on main-source (#990) 2024-03-15 10:19:45 -06:00
Chart.yaml [AUTOMATED] Auto-update charts on main-source (#990) 2024-03-15 10:19:45 -06:00
README.md [AUTOMATED] Auto-update charts on main-source (#990) 2024-03-15 10:19:45 -06:00
app-readme.md Charts CI 2023-07-11 21:23:57 +00:00
questions.yaml Removing unpacked chart versions. Changing configuration to just store latest release to reduce quantity of tracked files over time 2022-12-01 23:19:00 -05:00
values.yaml [AUTOMATED] Auto-update charts on main-source (#990) 2024-03-15 10:19:45 -06:00

README.md

CloudCasa Kubernetes Agent

CloudCasa - Leader in Kubernetes Data Protection and Application Resiliency

Introduction

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

CloudCasa provides two types of backup services for Kubernetes:

  • CloudCasa Pro provides centralized backup services for large, complex, multi-cluster, multi-cloud, and hybrid cloud environments. It includes multi-cloud account integration, managed backup storage, and advanced cross-cloud recovery.
  • CloudCasa Velero Management provides centralized management and monitoring, guided recovery, and commercial support for existing Velero backup installations.

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 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.20+
  2. Helm 3.0+

Installation

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.