Charmed Velero is a Juju charm that deploys and manages Velero, an open-source tool for safely backing up and restoring Kubernetes cluster resources and persistent volumes. It provides disaster recovery, cluster migration, and backup and restore for workloads across namespaces, including non-Juju-managed ones.
This charm supports AWS and Azure Kubernetes clusters via S3 and Azure object storage backends. Additionally, the charm exposes Prometheus metrics for observability.
In this documentation
Tutorial Get started - a hands-on introduction for new users deploying the charmed operator.
How-to guides Step-by-step guides covering key operations and common tasks.
Explanation Concepts - discussion and clarification of key topics.
Reference Technical information - specifications, APIs, architecture.
Project and Community
Charmed Velero is a distribution of Velero. Itβs an open-source project that welcomes community contributions, suggestions, fixes and constructive feedback.
Iβve configured an s3 storage with a self-signed CA and server certificate.
Iβve used s3-integrator from channel 2, I did use βtls-ca-chainβ with my CA file. The s3-integrator is in active state. But velero wonβt connect, I am getting this error
httpcore.ConnectError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)