Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bobadair committed Feb 28, 2024
1 parent dec1dcc commit efaf871
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,27 @@

**CloudCasa** is a powerful and easy-to-use backup service for protecting Kubernetes, cloud databases, and cloud native applications. As a SaaS solution, CloudCasa eliminates the complexity of managing traditional backup infrastructure, while providing the same level of applications-consistent data protection and disaster recovery capabilities that more traditional backup solutions provide for server-based applications. CloudCasa’s rich feature set simplifies disaster recovery and data migration. Its compatibility with Velero allows users to manage their existing Velero installations centrally, at scale, without having to modify their existing configuration. Finally, CloudCasa helps you take cyber resilience to the next level by providing vulnerability scanning alongside traditional data protection services.

A free service plan is available that allows user to protect an unlimited number of Kubernetes clusters and worker nodes using local snapshots. Velero users can manage Velero n clusters with a combined total of up to 15 worker nodes for free.
A free service plan is available that allows user to protect Kubernetes clusters with up to 10 worker nodes.

This repository contains a Charm Operator for deploying **CloudCasa** agent in a Charmed Kubernetes cluster.
This repository contains a Charmed Operator which deploys the **CloudCasa** agent in a Charmed Kubernetes cluster.

## Requirements
1. CloudCasa requires Kubernetes 1.17 or higher.
2. This CloudCasa charm requires juju 2.8.0 and newer.
2. This CloudCasa charm requires juju 2.8.0 or newer.

## CloudCasa Sign Up

1. Sign Up the free service - https://cloudcasa.io/kubernetes-backup
2. Register your Charmed Kubernetes cluster
3. Fetch the cluster ID and keep it for future use.
1. Sign up for the free service at https://cloudcasa.io/kubernetes-backup
2. Register your Charmed Kubernetes cluster.
3. Record the cluster ID and keep it for future use.

## Installation steps

1. Create a dedicated model in juju
```bash
juju scp kubernetes-control-plane/0:config ~/.kube/config
juju add-model cloudcasa-system
```
2. Deploy and configuring CloudCasa charm
2. Deploy and configure the CloudCasa charm
```bash
juju deploy --trust cloudcasa
juju config cloudcasa clusterid=<clusterid>
Expand All @@ -40,4 +39,4 @@ If there is an issue with the CloudCasa charm, it can be useful to inspect the J

## Documentation

Read the official documentation here: [cloudcasa.io](https://cloudcasa.io)
Read the official CloudCasa documentation here: [cloudcasa.io](https://docs.cloudcasa.io/help)

0 comments on commit efaf871

Please sign in to comment.