You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/blog/how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise.md
This blog post describes how to backup and restore the stateful applications running in a Kubernetes (K8s) cluster using Kasten K10 in HPE GreenLake for Private Cloud Enterprise. Using pre-installed HPE CSI driver for K8sin the cluster, Kasten K10 works seamlessly for
27
+
In this blog post, I will describe how to use Kasten K10 to backup and restore stateful applications on a K8s cluster deployed in HPE GreenLake for Private Cloud Enterprise. Kasten K10 leverages the volume snapshot capability in the HPE Container Storage Interface (CSI) driver for K8s, which allows it to connect to various HPE storage systems in K8s. It offers a powerful and intuitive interface and platform that enables you to easily backup and restore the persistent volumes of your stateful applications in the cluster.
27
28
28
29
### Prerequisites
29
30
30
31
Before starting, make sure you meet the following requirements:
* A K8s cluster, being provisioned in HPE GreenLake for Private Cloud Enterprise
35
34
* The kubectl CLI tool, together with the kubeconfig file for accessing the K8s cluster
36
35
* The [Helm](https://helm.sh/docs/intro/install/) CLI tool, version 3.12.1 or later
@@ -44,7 +43,7 @@ Kasten K10 is a data management platform purpose-built for K8s that was develope
44
43
45
44
Kasten K10 has been named [a Leader and Outperformer in GigaOm’s K8s Data Protection report for the third consecutive year](https://www.veeam.com/news/kasten.html). It offers an easy-to-use, scalable, and secure system for K8s backup/restore, disaster recovery and mobility of K8s applications.
46
45
47
-
Apart from direct integration with a number of storage providers, Kasten K10 supports invoking volume snapshots operations via the Container Storage Interface (CSI). By using the volume snapshot capability in the CSI driver for K8s, Kasten K10 can access different types of storage systems, and enable you to backup and restore persistent volumes of your stateful applications running on K8s.
46
+
Apart from direct integration with a number of storage providers, Kasten K10 supports invoking volume snapshots operations via the CSI driver. By using the volume snapshot capability in the CSI driver for K8s, Kasten K10 can access different types of storage systems that enables you to backup and restore persistent volumes of your stateful applications running on K8s.
48
47
49
48
50
49
@@ -111,6 +110,8 @@ NAME DRIVER DELETIONPOLICY AGE
111
110
gl-sbp-frank-gl1-sstor01 csi.hpe.com Delete 56d
112
111
```
113
112
113
+
114
+
114
115
### Install Kasten K10
115
116
116
117
Kasten K10 runs in its own namespace and is deployed on K8s like any other application. Following the [Kasten K10 installation page](https://docs.kasten.io/latest/index.html), the Kasten K10 can be installed to the cluster with the following commands using helm:
0 commit comments