Skip to content

Commit 406251b

Browse files
authored
Merge pull request #2327 from hpe-dev-incubator/cms/blog/getting-started-with-volume-snapshots-on-a-kubernetes-cluster-in-hpe-greenlake-for-private-cloud-enterprise
Update Blog “getting-started-with-volume-snapshots-on-a-kubernetes-cluster-in-hpe-greenlake-for-private-cloud-enterprise”
2 parents 5fff663 + dc79d37 commit 406251b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/blog/getting-started-with-volume-snapshots-on-a-kubernetes-cluster-in-hpe-greenlake-for-private-cloud-enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ As part of K8s cluster provisioning in HPE GreenLake for Private Cloud Enterpris
5858

5959
2. The per-node component is deployed as a _DaemonSet_ on every node in the cluster. It implements the CSI Node service, together with the _node-driver-registrar_ sidecar container, which registers the CSI driver to kubelet that runs on every cluster node and is responsible for making the CSI Node service calls. These calls mount and unmount the storage volume from the HPE storage system, making it available to the Pod to consume.
6060

61-
Details about the deployed HPE CSI driver for K8s in the cluster to its namespace *hpe-storage* are shown below:
61+
Details about the deployed HPE CSI driver for K8s in the cluster to its namespace *hpe-storage* are shown below:
6262

6363
```markdown
6464
$ kubectl get all -n hpe-storage
@@ -836,4 +836,4 @@ This indicates the database restore using the volume snapshot succeeded and t
836836

837837
In this blog post, I described persistent volumes, volume snapshots, and the CSI driver for K8s. Using HPE CSI driver for K8s, I demonstrated how to create a volume snapshot of a MySQL database and how to restore a database using the created volume snapshot in the cluster. The volume snapshot capability can be easily integrated with third-party tools like [Kasten K10 by Veeam](https://www.veeam.com/products/cloud/kubernetes-data-protection.html) as an automatic backup and recovery solution. It can significantly simplify the process and enhance the robustness of data management in a K8s cluster. Feel free to take a look at my blog post [How to backup and restore stateful app using Kasten 10](https://developer.hpe.com/blog/how-to-backup-and-restore-stateful-applications-on-kubernetes-using-kasten-k10-in-hpe-greenlake-for-private-cloud-enterprise/).
838838

839-
Please keep coming back to the [HPE Developer blog]( https://developer.hpe.com/blog/) to learn more about HPE GreenLake for Private Cloud Enterprise.
839+
Please keep coming back to the [HPE Developer Community blog]( https://developer.hpe.com/blog/) to learn more about HPE GreenLake for Private Cloud Enterprise.

0 commit comments

Comments
 (0)