Skip to content

Commit 0198d82

Browse files
committed
Update Blog “how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise”
1 parent adfb5d7 commit 0198d82

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

content/blog/how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tags:
1313
- HPE GreenLake for Private Cloud Enterprise
1414
- hpe-greenlake-for-private-cloud-enterprise
1515
---
16+
<style> li { font-size: 27px; line-height: 33px; max-width: none; } </style>
1617
### Overview
1718

1819

@@ -23,14 +24,12 @@ tags:
2324

2425

2526

26-
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 K8s in 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.
2728

2829
### Prerequisites
2930

3031
Before starting, make sure you meet the following requirements:
3132

32-
<style> li { font-size: 100%; line-height: 23px; max-width: none; } </style>
33-
3433
* A K8s cluster, being provisioned in HPE GreenLake for Private Cloud Enterprise
3534
* The kubectl CLI tool, together with the kubeconfig file for accessing the K8s cluster
3635
* 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
4443

4544
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.
4645

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.
4847

4948

5049

@@ -111,6 +110,8 @@ NAME DRIVER DELETIONPOLICY AGE
111110
gl-sbp-frank-gl1-sstor01 csi.hpe.com Delete 56d
112111
```
113112

113+
114+
114115
### Install Kasten K10
115116

116117
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

Comments
 (0)