To back up and restore VMware Application Catalog Helm chart deployments on Kubernetes, you need to back up the persistent volumes from the source deployment and attach them to a new deployment using Velero, a Kubernetes backup/restore tool.
These are the steps you will usually follow to back up and restore your cluster data:
Refer to our detailed tutorial on backing up and restoring deployments on Kubernetes for more information. This guide uses a WordPress Helm chart deployment as an example, but its steps apply to any other Helm chart.