Skip to content

Commit 738830c

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 7b618e4 commit 738830c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,12 @@ gl-sbp-frank-gl1-sstor01 csi.hpe.com Delete 56d
8383

8484
### Install Kasten K10
8585

86+
Following the [Kasten K10 installation page](https://docs.kasten.io/latest/index.html), the Kasten K10 can be installed to the K8s cluster using the following commands with helm:
87+
8688
```markdown
8789
$ helm repo add kasten https://charts.kasten.io/
8890
$ helm repo update
8991

90-
91-
92-
93-
9492
$ helm install k10 kasten/k10 --namespace=kasten-io --create-namespace
9593
NAME: k10
9694
LAST DEPLOYED: Thu Jan 18 22:34:17 2024
@@ -112,7 +110,7 @@ To establish a connection to it use the following `kubectl` command:
112110
The Kasten dashboard will be available at: `http://127.0.0.1:8080/k10/#/`
113111
```
114112

115-
The Kasten K10 will be installed to the the namespace *kasten-io* in cluster. Helm installs a list of Pods to the namespace. It takes a while before all those Pods start and running. Typing the following command to keep checking Pod states to be sure they are all in running status:
113+
The Kasten K10 will be installed to the namespace *kasten-io* in the cluster. To validate the installation, typing the following command to watch for the status of all Pods. Helm installs a list of Pods to the namespace. It takes a while before all those Pods start running.
116114

117115
```markdown
118116
$ k get pods -n kasten-io -w
@@ -137,7 +135,7 @@ prometheus-server-689ccf5f57-j9hpz 2/2 Running 0 15m
137135
state-svc-b4b996d9b-jnbrl 3/3 Running 0 15m
138136
```
139137

140-
After all the Pods are in running states, edit the service *gateway* to change its service type from *ClusterIP* to *NodePort*:
138+
After all the Pods are in running states, edit the service *gateway* to change its service type from *ClusterIP* to *NodePort*. This will assign the gateway host name with an generate a service port and expose the service via the configured gatway host plus the port.
141139

142140
```markdown
143141
$ k edit svc gateway -n kasten-io
@@ -165,6 +163,8 @@ spec:
165163
service/gateway edited
166164
```
167165

166+
Typing the following command to get the service endpoint:
167+
168168
```markdown
169169
$ kubectl get svc gateway -n kasten-io -o jsonpath={.metadata.annotations.hpecp-internal-gateway/8000}
170170
gl-tor-upc-cp-gw-node1.customer.yyz.gl-hpe.local:10021

0 commit comments

Comments
 (0)