Restoring Kubernetes Applications

You can restore Kubernetes applications—which are supported API resources/objects (such as Secrets, ConfigMaps, Namespaces, and StorageClasses) that can be listed, created, or re-created using the Kubernetes API server—in place to the original cluster or out of place to a different cluster, distribution, and StorageClass. By default, Kubernetes applications are restored to the original cluster, using the same access node used during the backup.

Loading...