a5820e5da9
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
templates | ||
Chart.yaml | ||
README.md | ||
app-readme.md | ||
questions.yaml | ||
values.yaml |
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
- Kubernetes 1.20+
- Helm 3.0+
Installation
Installing the CloudCasa Agent
- Log in to https://home.cloudcasa.io and add your Kubernetes cluster under the Protection tab. Note the returned cluster ID.
- 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
- 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
- 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
. - 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
- Execute the following commands to uninstall CloudCasa.
$ helm uninstall cloudcasa
CloudCasa is a trademark of Catalogic Software Inc.